Interface Statement

All Superinterfaces:
Tree
All Known Subinterfaces:
AnnotatedAssignment, AssertStatement, AssignmentStatement, BreakStatement, CellMagicStatement, ClassDef, CompoundAssignmentStatement, ContinueStatement, DelStatement, DynamicObjectInfoStatement, ExecStatement, ExpressionStatement, ForStatement, FunctionDef, GlobalStatement, IfStatement, ImportFrom, ImportName, ImportStatement, MatchStatement, NonlocalStatement, PassStatement, PrintStatement, RaiseStatement, ReturnStatement, TryStatement, TypeAliasStatement, WhileStatement, WithStatement, YieldStatement
All Known Implementing Classes:
AnnotatedAssignmentImpl, AssertStatementImpl, AssignmentStatementImpl, BreakStatementImpl, CellMagicStatementImpl, ClassDefImpl, CompoundAssignmentStatementImpl, ContinueStatementImpl, DelStatementImpl, DynamicObjectInfoStatementImpl, ExecStatementImpl, ExpressionStatementImpl, ForStatementImpl, FunctionDefImpl, GlobalStatementImpl, IfStatementImpl, ImportFromImpl, ImportNameImpl, MatchStatementImpl, NonlocalStatementImpl, PassStatementImpl, PrintStatementImpl, RaiseStatementImpl, ReturnStatementImpl, TryStatementImpl, TypeAliasStatementImpl, WhileStatementImpl, WithStatementImpl, YieldStatementImpl

public interface Statement extends Tree
  • Method Details

    • separator

      default Token separator()