Arguments

class Arguments(val op: Op)(source)

A helper class that makes it possible to construct an ArgumentItem with an indexed access (e.g. op.argument1)

Constructors

Link copied to clipboard
constructor(op: Op)

Properties

Link copied to clipboard
val op: Op

Functions

Link copied to clipboard
operator fun get(index: Int): ArgumentItem<Any>