Fantom

 

const final enum

compiler::FOpArg

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

@Serializable { simple=true collection=false }

Slots

DecimalSource

const static FOpArg Decimal

DurationSource

const static FOpArg Duration

FieldRefSource

const static FOpArg FieldRef

FloatSource

const static FOpArg Float

IntSource

const static FOpArg Int

JumpSource

const static FOpArg Jump

MethodRefSource

const static FOpArg MethodRef

NoneSource

const static FOpArg None

RegisterSource

const static FOpArg Register

StrSource

const static FOpArg Str

TypePairSource

const static FOpArg TypePair

TypeRefSource

const static FOpArg TypeRef

UriSource

const static FOpArg Uri

fromStrSource

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.

valsSource

const static FOpArg[] vals := ...

List of FOpArg values indexed by ordinal