Interface ReprExpression
- All Superinterfaces:
Expression,Tree
- All Known Implementing Classes:
ReprExpressionImpl
Python 2 only.
`expressionList()`
See https://portingguide.readthedocs.io/en/latest/syntax.html#backticks-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface org.sonar.plugins.python.api.tree.Expression
type
-
Method Details
-
openingBacktick
Token openingBacktick() -
expressionList
ExpressionList expressionList() -
closingBacktick
Token closingBacktick()
-