EndorsementNode
class EndorsementNode(expression: ExpressionNode, 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: ExpressionNode, fromLabel: LabelNode, toLabel: LabelNode?, sourceLocation: SourceLocation)
Content copied to clipboard
Functions
toDocument
Link copied to clipboard
Properties
expression
Link copied to clipboard
fromLabel
Link copied to clipboard
The label expression must have before the downgrade.
sourceLocation
Link copied to clipboard