enum class compiler::FOp

sys::Obj
  sys::Enum
    compiler::FOp

@Serializable { simple=true }

Source

FOp provides all the fcode constants

As

const static FOp As := ...

Source

CallCtor

const static FOp CallCtor := ...

Source

CallMixinNonVirtual

const static FOp CallMixinNonVirtual := ...

Source

CallMixinStatic

const static FOp CallMixinStatic := ...

Source

CallMixinVirtual

const static FOp CallMixinVirtual := ...

Source

CallNew

const static FOp CallNew := ...

Source

CallNonVirtual

const static FOp CallNonVirtual := ...

Source

CallStatic

const static FOp CallStatic := ...

Source

CallVirtual

const static FOp CallVirtual := ...

Source

CatchAllStart

const static FOp CatchAllStart := ...

Source

CatchEnd

const static FOp CatchEnd := ...

Source

CatchErrStart

const static FOp CatchErrStart := ...

Source

Cmp

const static FOp Cmp := ...

Source

CmpEQ

const static FOp CmpEQ := ...

Source

CmpGE

const static FOp CmpGE := ...

Source

CmpGT

const static FOp CmpGT := ...

Source

CmpLE

const static FOp CmpLE := ...

Source

CmpLT

const static FOp CmpLT := ...

Source

CmpNE

const static FOp CmpNE := ...

Source

CmpNotNull

const static FOp CmpNotNull := ...

Source

CmpNotSame

const static FOp CmpNotSame := ...

Source

CmpNull

const static FOp CmpNull := ...

Source

CmpSame

const static FOp CmpSame := ...

Source

Coerce

const static FOp Coerce := ...

Source

Dup

const static FOp Dup := ...

Source

FinallyEnd

const static FOp FinallyEnd := ...

Source

FinallyStart

const static FOp FinallyStart := ...

Source

Is

const static FOp Is := ...

Source

Jump

const static FOp Jump := ...

Source

JumpFalse

const static FOp JumpFalse := ...

Source

JumpFinally

const static FOp JumpFinally := ...

Source

JumpTrue

const static FOp JumpTrue := ...

Source

Leave

const static FOp Leave := ...

Source

LoadDecimal

const static FOp LoadDecimal := ...

Source

LoadDuration

const static FOp LoadDuration := ...

Source

LoadFalse

const static FOp LoadFalse := ...

Source

LoadFloat

const static FOp LoadFloat := ...

Source

LoadInstance

const static FOp LoadInstance := ...

Source

LoadInt

const static FOp LoadInt := ...

Source

LoadMixinStatic

const static FOp LoadMixinStatic := ...

Source

LoadNull

const static FOp LoadNull := ...

Source

LoadStatic

const static FOp LoadStatic := ...

Source

LoadStr

const static FOp LoadStr := ...

Source

LoadTrue

const static FOp LoadTrue := ...

Source

LoadType

const static FOp LoadType := ...

Source

LoadUri

const static FOp LoadUri := ...

Source

LoadVar

const static FOp LoadVar := ...

Source

Nop

const static FOp Nop := ...

Source

Pop

const static FOp Pop := ...

Source

Return

const static FOp Return := ...

Source

StoreInstance

const static FOp StoreInstance := ...

Source

StoreMixinStatic

const static FOp StoreMixinStatic := ...

Source

StoreStatic

const static FOp StoreStatic := ...

Source

StoreVar

const static FOp StoreVar := ...

Source

Switch

const static FOp Switch := ...

Source

Throw

const static FOp Throw := ...

Source

arg

const FOpArg arg

Source

fromStr

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

Source

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

vals

const static FOp[] vals := ...

Source

List of FOp values indexed by ordinal