joeq.Compiler.Quad
Class JSRInfo
java.lang.Object
joeq.Compiler.Quad.JSRInfo
public class JSRInfo
- extends Object
- Version:
- $Id: JSRInfo.java 1456 2004-03-09 22:01:46Z jwhaley $
- 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.