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
Modifier and TypeMethodDescriptionvoidaccept(TreeVisitor visitor) getKind()type()typeV2()typeV2(PythonType pythonType) 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
-
Constructor Details
-
SetLiteralImpl
-
-
Method Details
-
accept
-
getKind
-
type
- Specified by:
typein interfaceExpression
-
typeV2
- Specified by:
typeV2in interfaceExpression
-
typeV2
-