Package org.sonar.python.tree
Class ReprExpressionImpl
java.lang.Object
org.sonar.python.tree.PyTree
org.sonar.python.tree.ReprExpressionImpl
- All Implemented Interfaces:
Expression,ReprExpression,Tree
-
Nested Class Summary
-
Field Summary
Fields inherited from class org.sonar.python.tree.PyTree
firstToken, lastToken -
Constructor Summary
ConstructorsConstructorDescriptionReprExpressionImpl(Token openingBacktick, ExpressionList expressionListTree, Token closingBacktick) -
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.Expression
type, typeV2
-
Constructor Details
-
ReprExpressionImpl
public ReprExpressionImpl(Token openingBacktick, ExpressionList expressionListTree, Token closingBacktick)
-
-
Method Details
-
accept
-
computeChildren
-
getKind
-
openingBacktick
- Specified by:
openingBacktickin interfaceReprExpression
-
expressionList
- Specified by:
expressionListin interfaceReprExpression
-
closingBacktick
- Specified by:
closingBacktickin interfaceReprExpression
-