Package org.sonar.python.tree
Class DictOrSetLiteralImpl
- java.lang.Object
-
- org.sonar.python.tree.PyTree
-
- org.sonar.python.tree.DictOrSetLiteralImpl
-
- All Implemented Interfaces:
Tree
- Direct Known Subclasses:
DictionaryLiteralImpl,SetLiteralImpl
public abstract class DictOrSetLiteralImpl extends PyTree
-
-
Constructor Summary
Constructors Constructor Description DictOrSetLiteralImpl(com.sonar.sslr.api.AstNode node, Token lCurlyBrace, List<Token> commas, Token rCurlyBrace)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Token>commas()TokenlCurlyBrace()TokenrCurlyBrace()-
Methods inherited from class org.sonar.python.tree.PyTree
astNode, 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.python.api.tree.Tree
accept, ancestors, children, descendants, descendants, getKind
-
-