Package org.sonar.python.tree
Class MappingPatternImpl
java.lang.Object
org.sonar.python.tree.PyTree
org.sonar.python.tree.MappingPatternImpl
- All Implemented Interfaces:
MappingPattern,Pattern,Tree
-
Nested Class Summary
-
Field Summary
Fields inherited from class org.sonar.python.tree.PyTree
firstToken, lastToken -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.sonar.python.tree.PyTree
children, firstToken, is, lastToken, parent, setParent
-
Constructor Details
-
MappingPatternImpl
-
-
Method Details
-
lCurlyBrace
- Specified by:
lCurlyBracein interfaceMappingPattern
-
elements
- Specified by:
elementsin interfaceMappingPattern
-
commas
- Specified by:
commasin interfaceMappingPattern
-
rCurlyBrace
- Specified by:
rCurlyBracein interfaceMappingPattern
-
accept
-
getKind
-
computeChildren
-