ClassParent

AST node that represents a parent of the class. The node corresponds to KtSuperTypeListEntry.

Inheritors

Properties

Link copied to clipboard

list of value arguments.

Link copied to clipboard

expression of the delegation if exists, otherwise null.

Link copied to clipboard
abstract val lPar: Node.Keyword.LPar?

left parenthesis of the value arguments if exists, otherwise null.

Link copied to clipboard
abstract val rPar: Node.Keyword.RPar?

right parenthesis of the value arguments if exists, otherwise null.

Link copied to clipboard

Supplemental data for the node.

Link copied to clipboard
abstract val type: Node.Type

type of the parent.