AddressStoreStmt, ExprStmt, InitStmt, JumpStmt, LabelStmt, MonitorStmt, PhiStmt, SCStmt, SRStmt, StackManipStmtpublic abstract class Stmt extends Node
| Constructor | Description |
|---|---|
Stmt() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
cleanupOnly() |
Clean up this Node only.
|
abstract java.lang.Object |
clone() |
block, cleanup, copyInto, hasParent, key, parent, replaceWith, replaceWith, setKey, setParent, setValueNumber, toString, valueNumber, visit, visitChildren, visitForceChildren, visitOnlypublic void cleanupOnly()
NodecleanupOnly in class Nodepublic abstract java.lang.Object clone()
clone in class java.lang.Object