Interface DictionaryLiteral
-
- All Superinterfaces:
Expression,Tree
- All Known Implementing Classes:
DictionaryLiteralImpl
public interface DictionaryLiteral extends Expression
{Example:elements()}{x = 1, y = 2}See https://docs.python.org/3/reference/expressions.html#dictionary-displays
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Token>commas()List<DictionaryLiteralElement>elements()TokenlCurlyBrace()TokenrCurlyBrace()-
Methods inherited from interface org.sonar.plugins.python.api.tree.Expression
type
-
-