Package org.sonar.python.tree
Class QualifiedExpressionImpl
java.lang.Object
org.sonar.python.tree.PyTree
org.sonar.python.tree.QualifiedExpressionImpl
- All Implemented Interfaces:
Expression,HasSymbol,QualifiedExpression,Tree
-
Nested Class Summary
-
Field Summary
Fields inherited from class org.sonar.python.tree.PyTree
firstToken, lastToken -
Constructor Summary
Constructors -
Method Summary
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.QualifiedExpression
symbol, usage
-
Constructor Details
-
QualifiedExpressionImpl
-
-
Method Details
-
qualifier
- Specified by:
qualifierin interfaceQualifiedExpression
-
dotToken
- Specified by:
dotTokenin interfaceQualifiedExpression
-
name
- Specified by:
namein interfaceQualifiedExpression
-
getKind
-
accept
-
computeChildren
-
type
- Specified by:
typein interfaceExpression
-