Package org.sonar.python.api.tree
Interface StringElement
-
- All Superinterfaces:
Tree
- All Known Implementing Classes:
StringElementImpl
public interface StringElement extends Tree
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringprefix()StringtrimmedQuotesValue()Stringvalue()-
Methods inherited from interface org.sonar.python.api.tree.Tree
accept, ancestors, astNode, children, descendants, descendants, firstToken, getKind, is, lastToken, parent
-
-