Package org.sonar.python.tree
Class SetLiteralImpl
- All Implemented Interfaces:
Expression,SetLiteral,Tree
-
Nested Class Summary
-
Field Summary
Fields inherited from class org.sonar.python.tree.PyTree
firstToken, lastToken -
Constructor Summary
ConstructorsConstructorDescriptionSetLiteralImpl(Token lCurlyBrace, List<Expression> elements, List<Token> commas, Token rCurlyBrace) -
Method Summary
Methods inherited from class org.sonar.python.tree.DictOrSetLiteralImpl
commas, computeChildren, elements, lCurlyBrace, rCurlyBraceMethods inherited from class org.sonar.python.tree.PyTree
children, firstToken, is, lastToken, parent, setParentMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.sonar.plugins.python.api.tree.SetLiteral
commas, elements, lCurlyBrace, rCurlyBrace