Package org.sonar.python.tree
Class AssignmentExpressionImpl
java.lang.Object
org.sonar.python.tree.PyTree
org.sonar.python.tree.AssignmentExpressionImpl
- All Implemented Interfaces:
AssignmentExpression,Expression,Tree
-
Nested Class Summary
-
Field Summary
Fields inherited from class org.sonar.python.tree.PyTree
firstToken, lastToken -
Constructor Summary
ConstructorsConstructorDescriptionAssignmentExpressionImpl(Name name, Token walrusOperator, Expression expression) -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(TreeVisitor visitor) getKind()lhsName()operator()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, typeV2
-
Constructor Details
-
AssignmentExpressionImpl
-
-
Method Details
-
lhsName
- Specified by:
lhsNamein interfaceAssignmentExpression
-
operator
- Specified by:
operatorin interfaceAssignmentExpression
-
expression
- Specified by:
expressionin interfaceAssignmentExpression
-
accept
-
getKind
-