enum class compiler::FOpArg

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

@Serializable { simple=true }

Source

FOpArg

Decimal

const static FOpArg Decimal := ...

Source

Duration

const static FOpArg Duration := ...

Source

FieldRef

const static FOpArg FieldRef := ...

Source

Float

const static FOpArg Float := ...

Source

Int

const static FOpArg Int := ...

Source

Jump

const static FOpArg Jump := ...

Source

MethodRef

const static FOpArg MethodRef := ...

Source

None

const static FOpArg None := ...

Source

Register

const static FOpArg Register := ...

Source

Str

const static FOpArg Str := ...

Source

TypePair

const static FOpArg TypePair := ...

Source

TypeRef

const static FOpArg TypeRef := ...

Source

Uri

const static FOpArg Uri := ...

Source

fromStr

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

Source

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

vals

const static FOpArg[] vals := ...

Source

List of FOpArg values indexed by ordinal