DeclassificationNode
class DeclassificationNode(expression: ExpressionNode, fromLabel: LabelNode?, toLabel: LabelNode, sourceLocation: SourceLocation) : DowngradeNode
Content copied to clipboard
Revealing the result of an expression (reducing confidentiality).
Constructors
DeclassificationNode
Link copied to clipboard
fun DeclassificationNode(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