Package org.sonar.python.tree
Class TupleImpl
java.lang.Object
org.sonar.python.tree.PyTree
org.sonar.python.tree.TupleImpl
- All Implemented Interfaces:
Expression,Tree,Tuple
-
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
-
TupleImpl
-
-
Method Details
-
leftParenthesis
- Specified by:
leftParenthesisin interfaceTuple
-
elements
-
commas
-
rightParenthesis
- Specified by:
rightParenthesisin interfaceTuple
-
accept
-
computeChildren
-
getKind
-
type
- Specified by:
typein interfaceExpression
-