Package org.sonar.python.tree
Class StringLiteralImpl
java.lang.Object
org.sonar.python.tree.PyTree
org.sonar.python.tree.StringLiteralImpl
- All Implemented Interfaces:
Expression,StringLiteral,Tree
-
Nested Class Summary
-
Field Summary
Fields inherited from class org.sonar.python.tree.PyTree
firstToken, lastToken -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(TreeVisitor visitor) getKind()type()typeV2()voidtypeV2(PythonType type) Methods inherited from class org.sonar.python.tree.PyTree
children, firstToken, is, lastToken, parent, setParent
-
Method Details
-
getKind
-
accept
-
computeChildren
-
stringElements
- Specified by:
stringElementsin interfaceStringLiteral
-
trimmedQuotesValue
- Specified by:
trimmedQuotesValuein interfaceStringLiteral
-
type
- Specified by:
typein interfaceExpression
-
typeV2
- Specified by:
typeV2in interfaceExpression
-
typeV2
-