Fantom

 

const final enum

compiler::FOpArg

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

@simple

Slots

DecimalSource

static FOpArg Decimal

DurationSource

static FOpArg Duration

FieldRefSource

static FOpArg FieldRef

FloatSource

static FOpArg Float

IntSource

static FOpArg Int

JumpSource

static FOpArg Jump

MethodRefSource

static FOpArg MethodRef

NoneSource

static FOpArg None

RegisterSource

static FOpArg Register

StrSource

static FOpArg Str

SymbolRefSource

static FOpArg SymbolRef

TypePairSource

static FOpArg TypePair

TypeRefSource

static FOpArg TypeRef

UriSource

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

static FOpArg[] vals := ...

List of FOpArg values indexed by ordinal