public abstract class Stmt extends Node
| Constructor and Description |
|---|
Stmt() |
| Modifier and Type | Method and 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