Interface Statement
-
- All Superinterfaces:
Tree
- All Known Subinterfaces:
AnnotatedAssignment,AssertStatement,AssignmentStatement,BreakStatement,ClassDef,CompoundAssignmentStatement,ContinueStatement,DelStatement,ExecStatement,ExpressionStatement,ForStatement,FunctionDef,GlobalStatement,IfStatement,ImportFrom,ImportName,ImportStatement,MatchStatement,NonlocalStatement,PassStatement,PrintStatement,RaiseStatement,ReturnStatement,TryStatement,WhileStatement,WithStatement,YieldStatement
- All Known Implementing Classes:
AnnotatedAssignmentImpl,AssertStatementImpl,AssignmentStatementImpl,BreakStatementImpl,ClassDefImpl,CompoundAssignmentStatementImpl,ContinueStatementImpl,DelStatementImpl,ExecStatementImpl,ExpressionStatementImpl,ForStatementImpl,FunctionDefImpl,GlobalStatementImpl,IfStatementImpl,ImportFromImpl,ImportNameImpl,MatchStatementImpl,NonlocalStatementImpl,PassStatementImpl,PrintStatementImpl,RaiseStatementImpl,ReturnStatementImpl,TryStatementImpl,WhileStatementImpl,WithStatementImpl,YieldStatementImpl
public interface Statement extends Tree
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default Tokenseparator()
-
-
-
Method Detail
-
separator
default Token separator()
-
-