Package org.sonar.python.tree
Class LiteralPatternImpl
java.lang.Object
org.sonar.python.tree.PyTree
org.sonar.python.tree.LiteralPatternImpl
- All Implemented Interfaces:
LiteralPattern,Pattern,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
-
LiteralPatternImpl
-
-
Method Details
-
valueAsString
- Specified by:
valueAsStringin interfaceLiteralPattern
-
accept
-
getKind
-