Interface Statement

All Superinterfaces:
AstNode
All Known Implementing Classes:
BlockStatement, BreakStatement, CommentStatement, EmptyLineStatement, ExprStatement, ForStatement, GeneralForStatement, IfStatement, SynchronizedStatement, TryCatchStatement, WhileStatement

public interface Statement extends AstNode
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Writes the syntatically-correct Java code representation of this node.
  • Method Details

    • accept

      void accept(AstNodeVisitor visitor)
      Description copied from interface: AstNode
      Writes the syntatically-correct Java code representation of this node.
      Specified by:
      accept in interface AstNode