Interface StringLiteral
-
- All Superinterfaces:
Expression,Tree
- All Known Implementing Classes:
StringLiteralImpl
public interface StringLiteral extends Expression
See https://docs.python.org/3/reference/lexical_analysis.html#string-literal-concatenation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<StringElement>stringElements()StringtrimmedQuotesValue()-
Methods inherited from interface org.sonar.plugins.python.api.tree.Expression
type
-
-
-
-
Method Detail
-
stringElements
List<StringElement> stringElements()
-
trimmedQuotesValue
String trimmedQuotesValue()
-
-