FOp provides all the fcode constants
Slots
- As
-
static const FOp As
- CallCtor
-
static const FOp CallCtor
- CallMixinNonVirtual
-
static const FOp CallMixinNonVirtual
- CallMixinStatic
-
static const FOp CallMixinStatic
- CallMixinVirtual
-
static const FOp CallMixinVirtual
- CallNew
-
static const FOp CallNew
- CallNonVirtual
-
static const FOp CallNonVirtual
- CallStatic
-
static const FOp CallStatic
- CallVirtual
-
static const FOp CallVirtual
- Cast
-
static const FOp Cast
- CatchAllStart
-
static const FOp CatchAllStart
- CatchEnd
-
static const FOp CatchEnd
- CatchErrStart
-
static const FOp CatchErrStart
- Cmp
-
static const FOp Cmp
- CmpEQ
-
static const FOp CmpEQ
- CmpGE
-
static const FOp CmpGE
- CmpGT
-
static const FOp CmpGT
- CmpLE
-
static const FOp CmpLE
- CmpLT
-
static const FOp CmpLT
- CmpNE
-
static const FOp CmpNE
- CmpNotNull
-
static const FOp CmpNotNull
- CmpNotSame
-
static const FOp CmpNotSame
- CmpNull
-
static const FOp CmpNull
- CmpSame
-
static const FOp CmpSame
- Dup
-
static const FOp Dup
- DupDown
-
static const FOp DupDown
- FinallyEnd
-
static const FOp FinallyEnd
- FinallyStart
-
static const FOp FinallyStart
- Is
-
static const FOp Is
- Jump
-
static const FOp Jump
- JumpFalse
-
static const FOp JumpFalse
- JumpFinally
-
static const FOp JumpFinally
- JumpTrue
-
static const FOp JumpTrue
- Leave
-
static const FOp Leave
- LoadDuration
-
static const FOp LoadDuration
- LoadFalse
-
static const FOp LoadFalse
- LoadFloat
-
static const FOp LoadFloat
- LoadInstance
-
static const FOp LoadInstance
- LoadInt
-
static const FOp LoadInt
- LoadMixinStatic
-
static const FOp LoadMixinStatic
- LoadNull
-
static const FOp LoadNull
- LoadStatic
-
static const FOp LoadStatic
- LoadStr
-
static const FOp LoadStr
- LoadTrue
-
static const FOp LoadTrue
- LoadType
-
static const FOp LoadType
- LoadUri
-
static const FOp LoadUri
- LoadVar
-
static const FOp LoadVar
- Nop
-
static const FOp Nop
- Pop
-
static const FOp Pop
- ReturnObj
-
static const FOp ReturnObj
- ReturnVoid
-
static const FOp ReturnVoid
- StoreInstance
-
static const FOp StoreInstance
- StoreMixinStatic
-
static const FOp StoreMixinStatic
- StoreStatic
-
static const FOp StoreStatic
- StoreVar
-
static const FOp StoreVar
- Switch
-
static const FOp Switch
- Throw
-
static const FOp Throw
- Unused1
-
static const FOp Unused1
- Unused2
-
static const FOp Unused2
- arg
-
const FOpArg arg
- fromStr
-
static const FOp fromStr(Str name, Bool checked := def)
Return the FOp instance for the specified name. If not a valid name and checked is false return null, otherwise throw ParseErr.
- values
-
static const FOp[] values
List of FOp values indexed by ordinal
More Info
Slots
- As
- CallCtor
- CallMixinNonVirtual
- CallMixinStatic
- CallMixinVirtual
- CallNew
- CallNonVirtual
- CallStatic
- CallVirtual
- Cast
- CatchAllStart
- CatchEnd
- CatchErrStart
- Cmp
- CmpEQ
- CmpGE
- CmpGT
- CmpLE
- CmpLT
- CmpNE
- CmpNotNull
- CmpNotSame
- CmpNull
- CmpSame
- Dup
- DupDown
- FinallyEnd
- FinallyStart
- Is
- Jump
- JumpFalse
- JumpFinally
- JumpTrue
- Leave
- LoadDuration
- LoadFalse
- LoadFloat
- LoadInstance
- LoadInt
- LoadMixinStatic
- LoadNull
- LoadStatic
- LoadStr
- LoadTrue
- LoadType
- LoadUri
- LoadVar
- Nop
- Pop
- ReturnObj
- ReturnVoid
- StoreInstance
- StoreMixinStatic
- StoreStatic
- StoreVar
- Switch
- Throw
- Unused1
- Unused2
- arg
- fromStr
- make
- values