Interface Statement
-
- All Superinterfaces:
Base<Statement>,BaseStatement,java.lang.Iterable<Statement>
- All Known Subinterfaces:
SwitchStatement.Label
- All Known Implementing Classes:
AssertStatement,BreakStatement,ByteCodeStatement,ClassFileBreakContinueStatement,ClassFileForEachStatement,ClassFileForStatement,ClassFileMonitorEnterStatement,ClassFileMonitorExitStatement,ClassFileTryStatement,ClassFileTryStatement.CatchClause,CommentStatement,ContinueStatement,DoWhileStatement,ExpressionStatement,ForEachStatement,ForStatement,IfElseStatement,IfStatement,LabelStatement,LambdaExpressionStatement,LocalVariableDeclarationStatement,ReturnExpressionStatement,ReturnStatement,SwitchStatement,SwitchStatement.Block,SwitchStatement.DefaultLabel,SwitchStatement.ExpressionLabel,SwitchStatement.LabelBlock,SwitchStatement.MultiLabelsBlock,SynchronizedStatement,ThrowStatement,TryStatement,TryStatement.CatchClause,TryStatement.Resource,TypeDeclarationStatement,WhileStatement
public interface Statement extends BaseStatement