Package org.sonar.python.tree
Class FormatSpecifierImpl
java.lang.Object
org.sonar.python.tree.PyTree
org.sonar.python.tree.FormatSpecifierImpl
- All Implemented Interfaces:
FormatSpecifier,Tree
-
Nested Class Summary
-
Field Summary
Fields inherited from class org.sonar.python.tree.PyTree
firstToken, lastToken -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.sonar.python.tree.PyTree
children, firstToken, is, lastToken, parent, setParent
-
Constructor Details
-
FormatSpecifierImpl
-
-
Method Details
-
columnToken
- Specified by:
columnTokenin interfaceFormatSpecifier
-
formatExpressions
- Specified by:
formatExpressionsin interfaceFormatSpecifier- Returns:
- The nested expressions in the format specifier.
-
accept
-
getKind
-