Package org.sonar.python.tree
Class UnpackingExpressionImpl
java.lang.Object
org.sonar.python.tree.PyTree
org.sonar.python.tree.UnpackingExpressionImpl
- All Implemented Interfaces:
Argument,DictionaryLiteralElement,Expression,Tree,UnpackingExpression
-
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) getKind()Can be either*or**Methods inherited from class org.sonar.python.tree.PyTree
children, firstToken, is, lastToken, parent, setParentMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.sonar.plugins.python.api.tree.Expression
type
-
Constructor Details
-
UnpackingExpressionImpl
-
-
Method Details
-
starToken
Description copied from interface:UnpackingExpressionCan be either*or**- Specified by:
starTokenin interfaceUnpackingExpression
-
expression
- Specified by:
expressionin interfaceUnpackingExpression
-
accept
-
computeChildren
-
getKind
-