DeclassificationNode

class DeclassificationNode(expression: ExpressionNode, fromLabel: LabelNode?, toLabel: LabelNode, sourceLocation: SourceLocation) : DowngradeNode

Revealing the result of an expression (reducing confidentiality).

Constructors

DeclassificationNode
Link copied to clipboard
fun DeclassificationNode(expression: ExpressionNode, fromLabel: LabelNode?, toLabel: LabelNode, sourceLocation: SourceLocation)

Functions

toDocument
Link copied to clipboard
override fun toDocument(): Document

Properties

comment
Link copied to clipboard
override val comment: String?

Expressions cannot have associated comments.

expression
Link copied to clipboard
open override val expression: ExpressionNode

Expression whose label is being downgraded.

fromLabel
Link copied to clipboard
open override val fromLabel: LabelNode?

The label expression must have before the downgrade.

sourceLocation
Link copied to clipboard
open override val sourceLocation: SourceLocation
toLabel
Link copied to clipboard
open override val toLabel: LabelNode

The label after the downgrade.