Interface StringLiteral
- All Superinterfaces:
Expression,Tree
- All Known Implementing Classes:
StringLiteralImpl
See https://docs.python.org/3/reference/lexical_analysis.html#string-literal-concatenation
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface org.sonar.plugins.python.api.tree.Expression
type
-
Method Details
-
stringElements
List<StringElement> stringElements() -
trimmedQuotesValue
String trimmedQuotesValue()
-