DelegationClassParent
data class DelegationClassParent(val type: Node.Type, val expression: Node.Expression, val supplement: NodeSupplement = NodeSupplement()) : Node.Declaration.ClassOrObject.ClassParent
ClassParent node that represents explicit delegation. The node corresponds to KtDelegatedSuperTypeEntry.
Constructors
Link copied to clipboard
constructor(type: Node.Type, expression: Node.Expression, supplement: NodeSupplement = NodeSupplement())
Properties
Link copied to clipboard
always empty list.
Link copied to clipboard
expression of the delegation.
Link copied to clipboard
left parenthesis of the value arguments if exists, otherwise null.
Link copied to clipboard
right parenthesis of the value arguments if exists, otherwise null.
Link copied to clipboard
Supplemental data for the node.