Interface Statement
- All Known Implementing Classes:
AssertStatement
,BlockStatement
,BreakStatement
,ContinueStatement
,DoWhileStatement
,ExpressionListStatement
,ExpressionStatement
,ForeachStatement
,ForStatement
,IfStatement
,LabelStatement
,NopStatement
,ReturnStatement
,SuperCallStatement
,SwitchStatement
,SynchronizedBlockStatement
,ThisCallStatement
,ThrowStatement
,TryStatement
,VarStatement
,WhileStatement
public interface Statement
Represents any statement.