Package org.sonar.python.tree
Class ParameterListImpl
java.lang.Object
org.sonar.python.tree.PyTree
org.sonar.python.tree.ParameterListImpl
- All Implemented Interfaces:
ParameterList,Tree
-
Nested Class Summary
-
Field Summary
Fields inherited from class org.sonar.python.tree.PyTree
firstToken, lastToken -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(TreeVisitor visitor) all()getKind()nonTuple()Note that tuple in parameters are allowed only in Python 2.Methods inherited from class org.sonar.python.tree.PyTree
children, firstToken, is, lastToken, parent, setParent
-
Constructor Details
-
ParameterListImpl
-
-
Method Details
-
nonTuple
Description copied from interface:ParameterListNote that tuple in parameters are allowed only in Python 2.- Specified by:
nonTuplein interfaceParameterList
-
all
- Specified by:
allin interfaceParameterList
-
accept
-
computeChildren
-
getKind
-