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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaccept(AstNodeVisitor visitor)Writes the syntatically-correct Java code representation of this node.
-
-
-
Method Detail
-
accept
void accept(AstNodeVisitor visitor)
Description copied from interface:AstNodeWrites the syntatically-correct Java code representation of this node.
-
-