Interface RaiseStatement
- All Known Implementing Classes:
RaiseStatementImpl
raiseExample:expressions()fromfromExpression()
raise foo from barSee https://docs.python.org/3/reference/simple_stmts.html#the-raise-statement
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
raiseKeyword
Token raiseKeyword() -
expressions
List<Expression> expressions() -
fromKeyword
-
fromExpression
-