Package org.sonar.python.api.tree
Interface ReprExpression
-
- All Superinterfaces:
Expression,Tree
- All Known Implementing Classes:
ReprExpressionImpl
public interface ReprExpression extends Expression
Python 2 only.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TokenclosingBacktick()ExpressionListexpressionList()TokenopeningBacktick()-
Methods inherited from interface org.sonar.python.api.tree.Tree
accept, ancestors, astNode, children, descendants, descendants, firstToken, getKind, is, lastToken, parent
-
-
-
-
Method Detail
-
openingBacktick
Token openingBacktick()
-
expressionList
ExpressionList expressionList()
-
closingBacktick
Token closingBacktick()
-
-