Package org.sonar.python.tree
Class UnaryExpressionImpl
java.lang.Object
org.sonar.python.tree.PyTree
org.sonar.python.tree.UnaryExpressionImpl
- All Implemented Interfaces:
Expression,Tree,UnaryExpression,HasTypeDependencies
-
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()operator()type()typeV2()typeV2(PythonType type) Methods inherited from class org.sonar.python.tree.PyTree
children, firstToken, is, lastToken, parent, setParent
-
Constructor Details
-
UnaryExpressionImpl
-
-
Method Details
-
operator
- Specified by:
operatorin interfaceUnaryExpression
-
expression
- Specified by:
expressionin interfaceUnaryExpression
-
accept
-
computeChildren
-
getKind
-
type
- Specified by:
typein interfaceExpression
-
typeV2
-
typeV2
- Specified by:
typeV2in interfaceExpression
-
typeDependencies
- Specified by:
typeDependenciesin interfaceHasTypeDependencies
-