- All Superinterfaces:
Tree
- All Known Implementing Classes:
StringElementImpl
public interface StringElement
extends Tree
prefix()value()
See https://docs.python.org/3/reference/lexical_analysis.html#grammar-token-stringliteral
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.sonar.plugins.python.api.tree.Tree
Tree.Kind
-
Method Summary
-
Method Details
-
value
- Returns:
- the token value of this literal.
-
-
-
isTripleQuoted
boolean isTripleQuoted()
-
isInterpolated
boolean isInterpolated()
-