Package org.sonar.python.tree
Class CaseBlockImpl
java.lang.Object
org.sonar.python.tree.PyTree
org.sonar.python.tree.CaseBlockImpl
-
Nested Class Summary
-
Field Summary
Fields inherited from class org.sonar.python.tree.PyTree
firstToken, lastToken -
Constructor Summary
ConstructorsConstructorDescriptionCaseBlockImpl(Token caseKeyword, Pattern pattern, Guard guard, 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
-
CaseBlockImpl
-
-
Method Details
-
caseKeyword
- Specified by:
caseKeywordin interfaceCaseBlock
-
pattern
-
guard
-
colon
-
body
-
accept
-
getKind
-