|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--EDU.purdue.cs.bloat.tree.Node
|
+--EDU.purdue.cs.bloat.tree.Stmt
Stmt is a super class used to represent statements in a Java bytecode program. As opposed to expressions, statements cannot be nested.
JumpStmt,
ExprStmt,
PhiStmt| Fields inherited from class EDU.purdue.cs.bloat.tree.Node |
parent |
| Constructor Summary | |
Stmt()
|
|
| Method Summary | |
void |
cleanupOnly()
Clean up this Node only. |
abstract java.lang.Object |
clone()
|
| Methods inherited from class EDU.purdue.cs.bloat.tree.Node |
block,
cleanup,
copyInto,
hasParent,
key,
parent,
replaceWith,
replaceWith,
setKey,
setParent,
setValueNumber,
toString,
valueNumber,
visit,
visitChildren,
visitForceChildren,
visitOnly |
| Methods inherited from class java.lang.Object |
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Constructor Detail |
public Stmt()
| Method Detail |
public void cleanupOnly()
public abstract java.lang.Object clone()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||