Interface ListLiteral
-
- All Superinterfaces:
Expression,Tree
- All Known Implementing Classes:
ListLiteralImpl
public interface ListLiteral extends Expression
[
See https://docs.python.org/3/reference/expressions.html#list-displayselements()]
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExpressionListelements()TokenleftBracket()TokenrightBracket()-
Methods inherited from interface org.sonar.plugins.python.api.tree.Expression
type
-
-
-
-
Method Detail
-
leftBracket
Token leftBracket()
-
elements
ExpressionList elements()
-
rightBracket
Token rightBracket()
-
-