IrTargetField

class IrTargetField(val name: String, val targetName: String, val isFunction: Boolean, val type: IrType, val arguments: List<IrTargetArgument>)

Constructors

Link copied to clipboard
constructor(name: String, targetName: String, isFunction: Boolean, type: IrType, arguments: List<IrTargetArgument>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard