joeq.Compiler.BytecodeAnalysis
Class JSRInfo
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
entry_block
public BasicBlock entry_block
exit_block
public BasicBlock exit_block
changedLocals
public boolean[] changedLocals
JSRInfo
public JSRInfo(BasicBlock entry,
BasicBlock exit,
boolean[] changed)
Copyright © 2001-2008 John Whaley. All Rights Reserved.