AssertionNode
class AssertionNode(condition: ExpressionNode, sourceLocation: SourceLocation, comment: String?) : StatementNode
Content copied to clipboard
Asserting that a condition is true, and failing otherwise.
Constructors
AssertionNode
Link copied to clipboard
fun AssertionNode(condition: ExpressionNode, sourceLocation: SourceLocation, comment: String? = null)
Content copied to clipboard
Functions
toDocument
Link copied to clipboard