- 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
void
Writes the syntatically-correct Java code representation of this node.
-
Method Details
-
accept
Description copied from interface: AstNode
Writes the syntatically-correct Java code representation of this node.
- Specified by:
accept in interface AstNode