Package org.sonar.python.tree
Class KeyValuePairImpl
java.lang.Object
org.sonar.python.tree.PyTree
org.sonar.python.tree.KeyValuePairImpl
- All Implemented Interfaces:
DictionaryLiteralElement,KeyValuePair,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
-
KeyValuePairImpl
-
-
Method Details
-
key
- Specified by:
keyin interfaceKeyValuePair
-
colon
- Specified by:
colonin interfaceKeyValuePair
-
value
- Specified by:
valuein interfaceKeyValuePair
-
accept
-
computeChildren
-
getKind
-