Class Statement

    • Constructor Detail

      • Statement

        public Statement()
    • Method Detail

      • getType

        public abstract int getType()
        Return type of statement to make it easier to build switch statements by statement type.
        Returns:
        Type from TYPE constants
      • clone

        public abstract Object clone()
        Deep clone statement to produce a new identical statement.
        Specified by:
        clone in interface LanguageObject
        Overrides:
        clone in class Object
        Returns:
        Deep clone