AuthorityDelegationDeclarationNode

class AuthorityDelegationDeclarationNode(val from: LabelNode, val to: LabelNode, val delegationProjection: DelegationProjection, val sourceLocation: SourceLocation, val comment: String?) : DelegationDeclarationNode

Declaration of an authority delegation.

Parameters

from

The label that acts for the other label.

to

The other label.

Constructors

Link copied to clipboard
fun AuthorityDelegationDeclarationNode(from: LabelNode, to: LabelNode, delegationProjection: DelegationProjection, sourceLocation: SourceLocation, comment: String?)

Functions

Link copied to clipboard
override fun toDocument(): Document

Properties

Link copied to clipboard
open override val comment: String?
Link copied to clipboard
Link copied to clipboard
open override val from: LabelNode
Link copied to clipboard
open override val sourceLocation: SourceLocation
Link copied to clipboard
open override val to: LabelNode