AssertionNode
class AssertionNode(condition: AtomicExpressionNode, sourceLocation: SourceLocation) : StatementNode
Content copied to clipboard
Asserting that a condition is true, and failing otherwise.
Constructors
AssertionNode
Link copied to clipboard
fun AssertionNode(condition: AtomicExpressionNode, sourceLocation: SourceLocation)
Content copied to clipboard
Functions
toDocument
Link copied to clipboard
toDocumentWithMetadata
Link copied to clipboard
toSurfaceNode
Link copied to clipboard
Returns a representation of this node in the surface syntax.
Properties
children
Link copied to clipboard
condition
Link copied to clipboard
sourceLocation
Link copied to clipboard