Interface DictionaryLiteral
- All Superinterfaces:
Expression,Tree
- All Known Implementing Classes:
DictionaryLiteralImpl
{ elements() }
Example: {x = 1, y = 2}
See https://docs.python.org/3/reference/expressions.html#dictionary-displays-
Nested Class Summary
-
Method Summary
Methods inherited from interface org.sonar.plugins.python.api.tree.Expression
type, typeV2
-
Method Details
-
lCurlyBrace
Token lCurlyBrace() -
elements
List<DictionaryLiteralElement> elements() -
commas
-
rCurlyBrace
Token rCurlyBrace()
-