AuthorityDelegationDeclarationNode   
    class AuthorityDelegationDeclarationNode(val from: LabelNode, val to: LabelNode, val delegationProjection: DelegationProjection, val sourceLocation: SourceLocation) : DelegationDeclarationNode
Declaration of a delegation.
Constructors
Link copied to clipboard
                fun AuthorityDelegationDeclarationNode(from: LabelNode, to: LabelNode, delegationProjection: DelegationProjection, sourceLocation: SourceLocation)
Functions
Link copied to clipboard
                open override fun congruences(): List<FreeDistributiveLattice.LessThanOrEqualTo<PrincipalComponent>>
Link copied to clipboard
                Link copied to clipboard
                Link copied to clipboard
                Returns a representation of this node in the surface syntax.
Properties
Extensions
Link copied to clipboard
                Returns this node and all its descendants in post order.
Link copied to clipboard
                Link copied to clipboard
                A FreshNameGenerator that will avoid all Variable names in this node.