Package org.sonar.python.tree
Class RegularArgumentImpl
java.lang.Object
org.sonar.python.tree.PyTree
org.sonar.python.tree.RegularArgumentImpl
- All Implemented Interfaces:
Argument,RegularArgument,Tree
-
Nested Class Summary
-
Field Summary
Fields inherited from class org.sonar.python.tree.PyTree
firstToken, lastToken -
Constructor Summary
ConstructorsConstructorDescriptionRegularArgumentImpl(Expression expression) RegularArgumentImpl(Name keywordArgument, Token equalToken, Expression expression) -
Method Summary
Methods inherited from class org.sonar.python.tree.PyTree
children, firstToken, is, lastToken, parent, setParent
-
Constructor Details
-
RegularArgumentImpl
-
RegularArgumentImpl
-
-
Method Details
-
keywordArgument
- Specified by:
keywordArgumentin interfaceRegularArgument
-
equalToken
- Specified by:
equalTokenin interfaceRegularArgument
-
expression
- Specified by:
expressionin interfaceRegularArgument
-
accept
-
getKind
-
computeChildren
-