Package org.sonar.python.tree
Class SequencePatternImpl
java.lang.Object
org.sonar.python.tree.PyTree
org.sonar.python.tree.SequencePatternImpl
- All Implemented Interfaces:
Pattern,SequencePattern,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
-
SequencePatternImpl
-
-
Method Details
-
lDelimiter
- Specified by:
lDelimiterin interfaceSequencePattern
-
elements
- Specified by:
elementsin interfaceSequencePattern
-
commas
- Specified by:
commasin interfaceSequencePattern
-
rDelimiter
- Specified by:
rDelimiterin interfaceSequencePattern
-
accept
-
getKind
-