Interface SetLiteral
-
- All Superinterfaces:
Expression,Tree
- All Known Implementing Classes:
SetLiteralImpl
public interface SetLiteral extends Expression
{Example:elements()}{ x, y, z }See https://docs.python.org/3/reference/expressions.html#grammar-token-set-display
-
-
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.plugins.python.api.tree.Expression
type
-
-