Package org.sonar.python.tree
Class RaiseStatementImpl
java.lang.Object
org.sonar.python.tree.PyTree
org.sonar.python.tree.SimpleStatement
org.sonar.python.tree.RaiseStatementImpl
- All Implemented Interfaces:
RaiseStatement,Statement,Tree
-
Nested Class Summary
-
Field Summary
Fields inherited from class org.sonar.python.tree.PyTree
firstToken, lastToken -
Constructor Summary
ConstructorsConstructorDescriptionRaiseStatementImpl(Token raiseKeyword, List<Expression> expressions, Token fromKeyword, Expression fromExpression, 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, setParent
-
Constructor Details
-
RaiseStatementImpl
public RaiseStatementImpl(Token raiseKeyword, List<Expression> expressions, @Nullable Token fromKeyword, @Nullable Expression fromExpression, Separators separators)
-
-
Method Details
-
raiseKeyword
- Specified by:
raiseKeywordin interfaceRaiseStatement
-
fromKeyword
- Specified by:
fromKeywordin interfaceRaiseStatement
-
fromExpression
- Specified by:
fromExpressionin interfaceRaiseStatement
-
expressions
- Specified by:
expressionsin interfaceRaiseStatement
-
separator
-
getKind
-
accept
-
computeChildren
-