Package org.sonar.python.api.tree
Interface SetLiteral
-
- All Superinterfaces:
Expression,Tree
- All Known Implementing Classes:
SetLiteralImpl
public interface SetLiteral extends Expression
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Token>commas()List<Expression>elements()TokenlCurlyBrace()TokenrCurlyBrace()-
Methods inherited from interface org.sonar.python.api.tree.Tree
accept, ancestors, astNode, children, descendants, descendants, firstToken, getKind, is, lastToken, parent
-
-