Package org.sonar.python.tree
Class ListLiteralImpl
java.lang.Object
org.sonar.python.tree.PyTree
org.sonar.python.tree.ListLiteralImpl
- All Implemented Interfaces:
Expression,ListLiteral,Tree
-
Nested Class Summary
-
Field Summary
Fields inherited from class org.sonar.python.tree.PyTree
firstToken, lastToken -
Constructor Summary
ConstructorsConstructorDescriptionListLiteralImpl(Token leftBracket, ExpressionList elements, Token rightBracket) -
Method Summary
Methods inherited from class org.sonar.python.tree.PyTree
children, firstToken, is, lastToken, parent, setParent
-
Constructor Details
-
ListLiteralImpl
-
-
Method Details
-
getKind
-
accept
-
leftBracket
- Specified by:
leftBracketin interfaceListLiteral
-
elements
- Specified by:
elementsin interfaceListLiteral
-
rightBracket
- Specified by:
rightBracketin interfaceListLiteral
-
computeChildren
-
type
- Specified by:
typein interfaceExpression
-