Class Stmt

    • Constructor Detail

      • Stmt

        public Stmt()
    • Method Detail

      • cleanupOnly

        public void cleanupOnly()
        Description copied from class: Node
        Clean up this Node only. Does not effect its children nodes.
        Specified by:
        cleanupOnly in class Node
      • clone

        public abstract java.lang.Object clone()
        Overrides:
        clone in class java.lang.Object