Package org.sonar.python.tree
Class YieldExpressionImpl
java.lang.Object
org.sonar.python.tree.PyTree
org.sonar.python.tree.YieldExpressionImpl
- All Implemented Interfaces:
Expression,Tree,YieldExpression
-
Nested Class Summary
-
Field Summary
Fields inherited from class org.sonar.python.tree.PyTree
firstToken, lastToken -
Constructor Summary
ConstructorsConstructorDescriptionYieldExpressionImpl(Token yieldKeyword, Token fromKeyword, List<Expression> expressionTrees) -
Method Summary
Methods inherited from class org.sonar.python.tree.PyTree
children, firstToken, is, lastToken, parent, setParentMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.sonar.plugins.python.api.tree.Expression
type, typeV2
-
Constructor Details
-
YieldExpressionImpl
public YieldExpressionImpl(Token yieldKeyword, @Nullable Token fromKeyword, List<Expression> expressionTrees)
-
-
Method Details
-
yieldKeyword
- Specified by:
yieldKeywordin interfaceYieldExpression
-
fromKeyword
- Specified by:
fromKeywordin interfaceYieldExpression
-
expressions
- Specified by:
expressionsin interfaceYieldExpression
-
getKind
-
accept
-
computeChildren
-