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
-
-
Field Summary
-
Fields inherited from class org.sonar.python.tree.PyTree
firstToken, lastToken
-
-
Constructor Summary
Constructors Constructor Description DictionaryLiteralImpl(Token lCurlyBrace, List<Token> commas, List<DictionaryLiteralElement> elements, Token rCurlyBrace)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(TreeVisitor visitor)Tree.KindgetKind()-
Methods inherited from class org.sonar.python.tree.DictOrSetLiteralImpl
commas, computeChildren, elements, lCurlyBrace, rCurlyBrace
-
Methods inherited from class org.sonar.python.tree.PyTree
children, firstToken, is, lastToken, parent, setParent
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.sonar.plugins.python.api.tree.DictionaryLiteral
commas, elements, lCurlyBrace, rCurlyBrace
-
-