Package org.sonar.python.tree
Class ElseClauseImpl
java.lang.Object
org.sonar.python.tree.PyTree
org.sonar.python.tree.ElseClauseImpl
- All Implemented Interfaces:
ElseClause,Tree
-
Nested Class Summary
-
Field Summary
Fields inherited from class org.sonar.python.tree.PyTree
firstToken, lastToken -
Constructor Summary
ConstructorsConstructorDescriptionElseClauseImpl(Token elseKeyword, Token colon, Token newLine, Token indent, StatementList body, Token dedent) -
Method Summary
Methods inherited from class org.sonar.python.tree.PyTree
children, firstToken, is, lastToken, parent, setParent
-
Constructor Details
-
ElseClauseImpl
-
-
Method Details
-
getKind
-
elseKeyword
- Specified by:
elseKeywordin interfaceElseClause
-
body
- Specified by:
bodyin interfaceElseClause
-
accept
-
computeChildren
-