DelegationDeclarationNode

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

Constructors

Link copied to clipboard
fun DelegationDeclarationNode(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
open val from: LabelNode
Link copied to clipboard
open override val sourceLocation: SourceLocation
Link copied to clipboard
open val to: LabelNode

Inheritors

Link copied to clipboard
Link copied to clipboard