logo

const final enum

compiler::FOpArg

sys::Obj
  sys::Enum
    compiler::FOpArg

Slots

Decimal

static FOpArg Decimal

Source

Duration

static FOpArg Duration

Source

FieldRef

static FOpArg FieldRef

Source

Float

static FOpArg Float

Source

Int

static FOpArg Int

Source

Jump

static FOpArg Jump

Source

MethodRef

static FOpArg MethodRef

Source

None

static FOpArg None

Source

Register

static FOpArg Register

Source

Str

static FOpArg Str

Source

TypeRef

static FOpArg TypeRef

Source

Uri

static FOpArg Uri

Source

fromStr

static FOpArg fromStr(Str name, Bool checked := true)

Return the FOpArg instance for the specified name. If not a valid name and checked is false return null, otherwise throw ParseErr.

Source

values

static FOpArg[] values

List of FOpArg values indexed by ordinal

Source