Package org.sonar.python.tree
Class ExceptClauseImpl
java.lang.Object
org.sonar.python.tree.PyTree
org.sonar.python.tree.ExceptClauseImpl
- All Implemented Interfaces:
ExceptClause,Tree
-
Nested Class Summary
-
Field Summary
Fields inherited from class org.sonar.python.tree.PyTree
firstToken, lastToken -
Constructor Summary
ConstructorsConstructorDescriptionExceptClauseImpl(Token exceptKeyword, Token starToken, Token colon, Token newLine, Token indent, StatementList body, Token dedent) ExceptClauseImpl(Token exceptKeyword, Token starToken, Token colon, Token newLine, Token indent, StatementList body, Token dedent, Expression exception) ExceptClauseImpl(Token exceptKeyword, Token starToken, Token colon, Token newLine, Token indent, StatementList body, Token dedent, Expression exception, Token asNode, Token commaNode, Expression exceptionInstance) -
Method Summary
Methods inherited from class org.sonar.python.tree.PyTree
children, firstToken, is, lastToken, parent, setParent
-
Constructor Details
-
ExceptClauseImpl
-
ExceptClauseImpl
public ExceptClauseImpl(Token exceptKeyword, @Nullable Token starToken, Token colon, @Nullable Token newLine, @Nullable Token indent, StatementList body, @Nullable Token dedent, Expression exception, @Nullable Token asNode, @Nullable Token commaNode, Expression exceptionInstance) -
ExceptClauseImpl
public ExceptClauseImpl(Token exceptKeyword, @Nullable Token starToken, Token colon, @Nullable Token newLine, @Nullable Token indent, StatementList body, @Nullable Token dedent, Expression exception)
-
-
Method Details
-
exceptKeyword
- Specified by:
exceptKeywordin interfaceExceptClause
-
starToken
- Specified by:
starTokenin interfaceExceptClause
-
body
- Specified by:
bodyin interfaceExceptClause
-
asKeyword
- Specified by:
asKeywordin interfaceExceptClause
-
commaToken
- Specified by:
commaTokenin interfaceExceptClause
-
exception
- Specified by:
exceptionin interfaceExceptClause
-
exceptionInstance
- Specified by:
exceptionInstancein interfaceExceptClause
-
colon
- Specified by:
colonin interfaceExceptClause
-
getKind
-
accept
-
computeChildren
-