Package org.sonar.python.tree
Class DictionaryLiteralImpl
java.lang.Object
org.sonar.python.tree.PyTree
org.sonar.python.tree.DictOrSetLiteralImpl<DictionaryLiteralElement>
org.sonar.python.tree.DictionaryLiteralImpl
- All Implemented Interfaces:
DictionaryLiteral,Expression,Tree
public class DictionaryLiteralImpl
extends DictOrSetLiteralImpl<DictionaryLiteralElement>
implements DictionaryLiteral
-
Nested Class Summary
-
Field Summary
Fields inherited from class org.sonar.python.tree.PyTree
firstToken, lastToken -
Constructor Summary
ConstructorsConstructorDescriptionDictionaryLiteralImpl(Token lCurlyBrace, List<Token> commas, List<DictionaryLiteralElement> elements, 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.DictionaryLiteral
commas, elements, lCurlyBrace, rCurlyBrace
-
Constructor Details
-
DictionaryLiteralImpl
-
-
Method Details
-
accept
-
getKind
-
type
- Specified by:
typein interfaceExpression
-
typeV2
- Specified by:
typeV2in interfaceExpression
-
typeV2
-