EndorsementNode
class EndorsementNode(expression: AtomicExpressionNode, fromLabel: LabelNode, toLabel: LabelNode?, sourceLocation: SourceLocation) : DowngradeNode
Content copied to clipboard
Trusting the result of an expression (increasing integrity).
Constructors
EndorsementNode
Link copied to clipboard
fun EndorsementNode(expression: AtomicExpressionNode, fromLabel: LabelNode, toLabel: LabelNode?, 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
expression
Link copied to clipboard
fromLabel
Link copied to clipboard
The label expression must have before the downgrade.
sourceLocation
Link copied to clipboard