Package org.sonar.python.tree
Class ReturnStatementImpl
java.lang.Object
org.sonar.python.tree.PyTree
org.sonar.python.tree.SimpleStatement
org.sonar.python.tree.ReturnStatementImpl
- All Implemented Interfaces:
ReturnStatement,Statement,Tree
-
Nested Class Summary
-
Field Summary
Fields inherited from class org.sonar.python.tree.PyTree
firstToken, lastToken -
Constructor Summary
ConstructorsConstructorDescriptionReturnStatementImpl(Token returnKeyword, List<Expression> expressionTrees, List<Token> commas, Separators separators) -
Method Summary
Methods inherited from class org.sonar.python.tree.SimpleStatement
lastTokenMethods inherited from class org.sonar.python.tree.PyTree
children, firstToken, is, 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.ReturnStatement
returnValueType
-
Constructor Details
-
ReturnStatementImpl
public ReturnStatementImpl(Token returnKeyword, List<Expression> expressionTrees, List<Token> commas, Separators separators)
-
-
Method Details
-
returnKeyword
- Specified by:
returnKeywordin interfaceReturnStatement
-
expressions
- Specified by:
expressionsin interfaceReturnStatement
-
commas
- Specified by:
commasin interfaceReturnStatement
-
getKind
-
accept
-
computeChildren
-
separator
-