Interface ListLiteral
- All Superinterfaces:
Expression,Tree
- All Known Implementing Classes:
ListLiteralImpl
[ elements() ]
See https://docs.python.org/3/reference/expressions.html#list-displays-
Nested Class Summary
-
Method Summary
Methods inherited from interface org.sonar.plugins.python.api.tree.Expression
type, typeV2
-
Method Details
-
leftBracket
Token leftBracket() -
elements
ExpressionList elements() -
rightBracket
Token rightBracket()
-