joeq.Compiler.BytecodeAnalysis
Class JSRInfo

java.lang.Object
  extended by joeq.Compiler.BytecodeAnalysis.JSRInfo

public class JSRInfo
extends Object

Information for a JSR subroutine.

Version:
$Id: JSRInfo.java 2282 2005-05-28 11:14:27Z joewhaley $
Author:
John Whaley

Field Summary
 boolean[] changedLocals
           
 BasicBlock entry_block
           
 BasicBlock exit_block
           
 
Constructor Summary
JSRInfo(BasicBlock entry, BasicBlock exit, boolean[] changed)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

entry_block

public BasicBlock entry_block

exit_block

public BasicBlock exit_block

changedLocals

public boolean[] changedLocals
Constructor Detail

JSRInfo

public JSRInfo(BasicBlock entry,
               BasicBlock exit,
               boolean[] changed)


Copyright © 2001-2008 John Whaley. All Rights Reserved.