Interface ReprExpression
-
- All Superinterfaces:
Expression,Tree
- All Known Implementing Classes:
ReprExpressionImpl
public interface ReprExpression extends Expression
Python 2 only.`
See https://portingguide.readthedocs.io/en/latest/syntax.html#backticksexpressionList()`
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TokenclosingBacktick()ExpressionListexpressionList()TokenopeningBacktick()-
Methods inherited from interface org.sonar.plugins.python.api.tree.Expression
type
-
-
-
-
Method Detail
-
openingBacktick
Token openingBacktick()
-
expressionList
ExpressionList expressionList()
-
closingBacktick
Token closingBacktick()
-
-