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?)