Package org.sonar.python.tree
Class MatchStatementImpl
java.lang.Object
org.sonar.python.tree.PyTree
org.sonar.python.tree.MatchStatementImpl
- All Implemented Interfaces:
MatchStatement,Statement,Tree
-
Nested Class Summary
-
Field Summary
Fields inherited from class org.sonar.python.tree.PyTree
firstToken, lastToken -
Constructor Summary
ConstructorsConstructorDescriptionMatchStatementImpl(Token matchKeyword, Expression subjectExpression, Token colon, Token newLine, Token indent, List<CaseBlock> caseBlocks, Token dedent) -
Method Summary
Methods inherited from class org.sonar.python.tree.PyTree
children, firstToken, is, lastToken, parent, setParent
-
Constructor Details
-
MatchStatementImpl
-
-
Method Details
-
matchKeyword
- Specified by:
matchKeywordin interfaceMatchStatement
-
subjectExpression
- Specified by:
subjectExpressionin interfaceMatchStatement
-
colon
- Specified by:
colonin interfaceMatchStatement
-
caseBlocks
- Specified by:
caseBlocksin interfaceMatchStatement
-
accept
-
getKind
-