Package org.sonar.python.tree
Class AssertStatementImpl
java.lang.Object
org.sonar.python.tree.PyTree
org.sonar.python.tree.SimpleStatement
org.sonar.python.tree.AssertStatementImpl
- All Implemented Interfaces:
AssertStatement,Statement,Tree
-
Nested Class Summary
-
Field Summary
Fields inherited from class org.sonar.python.tree.PyTree
firstToken, lastToken -
Constructor Summary
ConstructorsConstructorDescriptionAssertStatementImpl(Token assertKeyword, Expression condition, Expression message, 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
-
AssertStatementImpl
public AssertStatementImpl(Token assertKeyword, Expression condition, @Nullable Expression message, Separators separators)
-
-
Method Details
-
assertKeyword
- Specified by:
assertKeywordin interfaceAssertStatement
-
condition
- Specified by:
conditionin interfaceAssertStatement
-
message
- Specified by:
messagein interfaceAssertStatement
-
separator
-
getKind
-
accept
-
computeChildren
-