Interface ExceptClause
- All Superinterfaces:
Tree
- All Known Implementing Classes:
ExceptClauseImpl
exceptor (Python 2 syntax)exception()asexceptionInstance():body()
exceptSee https://docs.python.org/3/reference/compound_stmts.html#the-try-statementexception(),exceptionInstance():body()
-
Method Details
-
exceptKeyword
Token exceptKeyword() -
starToken
-
exception
-
asKeyword
-
commaToken
-
exceptionInstance
-
colon
-
body
StatementList body()
-