Package org.sonar.python.tree
Class TupleParameterImpl
java.lang.Object
org.sonar.python.tree.PyTree
org.sonar.python.tree.TupleParameterImpl
- All Implemented Interfaces:
AnyParameter,Tree,TupleParameter
-
Nested Class Summary
-
Field Summary
Fields inherited from class org.sonar.python.tree.PyTree
firstToken, lastToken -
Constructor Summary
ConstructorsConstructorDescriptionTupleParameterImpl(Token lParenthesis, List<AnyParameter> parameters, List<Token> commas, Token rParenthesis) -
Method Summary
Methods inherited from class org.sonar.python.tree.PyTree
children, firstToken, is, lastToken, parent, setParent
-
Constructor Details
-
TupleParameterImpl
-
-
Method Details
-
openingParenthesis
- Specified by:
openingParenthesisin interfaceTupleParameter
-
parameters
- Specified by:
parametersin interfaceTupleParameter
-
commas
- Specified by:
commasin interfaceTupleParameter
-
closingParenthesis
- Specified by:
closingParenthesisin interfaceTupleParameter
-
accept
-
computeChildren
-
getKind
-