Class Stmt
java.lang.Object
EDU.purdue.cs.bloat.tree.Node
EDU.purdue.cs.bloat.tree.Stmt
- Direct Known Subclasses:
AddressStoreStmt, ExprStmt, InitStmt, JumpStmt, LabelStmt, MonitorStmt, PhiStmt, SCStmt, SRStmt, StackManipStmt
Stmt is a super class used to represent statements in a Java bytecode
program. As opposed to expressions, statements cannot be nested.
- See Also:
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Node
block, cleanup, copyInto, hasParent, key, parent, replaceWith, replaceWith, setKey, setParent, setValueNumber, toString, valueNumber, visit, visitChildren, visitForceChildren, visitOnly
-
Constructor Details
-
Stmt
public Stmt()
-
-
Method Details
-
cleanupOnly
public void cleanupOnly()Description copied from class:NodeClean up this Node only. Does not effect its children nodes.- Specified by:
cleanupOnlyin classNode
-
clone
-