lib.haxe.org

format 1.20 Documentation

Back | Index
enum format.abc.OpCode
import format.abc.Data
OUnknown(byte : Int)
OUndefined
OUIntRef(v : Index<haxe.Int32>)
OTypeof
OTrue
OToXmlAttr
OToXml
OToUInt
OToString
OToObject
OToNumber
OToInt
OToBool
OTimestamp
OThrow
OThis
OSwitch(def : Int,deltas : Array<Int>)
OSwap
OString(v : Index<String>)
OSmallInt(v : Int)
OSetThis
OSetSuper(v : IName)
OSetSlot(s : Slot)
OSetReg(r : Register)
OSetProp(p : IName)
OScope
ORetVoid
ORet
ORegKill(r : Register)
OReg(r : Register)
OPushWith
OPopScope
OPop
OOp(op : Operation)
OObject(nfields : Int)
ONull
ONop
ONext(r1 : Register,r2 : Register)
ONewBlock
ONamespace(v : Index<Namespace>)
ONaN
OLabel
OJump(j : JumpStyle,delta : Int)
OIsType(t : IName)
OIntRef(v : Index<haxe.Int32>)
OInt(v : Int)
OInstanceOf
OInitProp(p : IName)
OIncrReg(r : Register)
OIncrIReg(r : Register)
OHasNext
OGetSuper(v : IName)
OGetSlot(s : Slot)
OGetScope(n : Int)
OGetProp(p : IName)
OGetLex(p : IName)
OGetGlobalScope
OGetDescendants(c : IName)
OFunction(f : Index<MethodType>)
OForIn
OForEach
OFloat(v : Index<Float>)
OFindPropStrict(p : IName)
OFindProp(p : IName)
OFindDefinition(d : IName)
OFalse
ODxNsLate
ODxNs(v : Index<String>)
ODup
ODeleteProp(p : IName)
ODecrReg(r : Register)
ODecrIReg(r : Register)
ODebugReg(name : Index<String>,r : Register,line : Int)
ODebugLine(line : Int)
ODebugFile(file : Index<String>)
OConstructSuper(nargs : Int)
OConstructProperty(name : IName,nargs : Int)
OConstruct(nargs : Int)
OClassDef(c : Index<ClassDef>)
OCheckIsXml
OCatch(c : Int)
OCast(t : IName)
OCallSuperVoid(name : IName,nargs : Int)
OCallSuper(name : IName,nargs : Int)
OCallStatic(meth : Index<MethodType>,nargs : Int)
OCallStack(nargs : Int)
OCallProperty(name : IName,nargs : Int)
OCallPropVoid(name : IName,nargs : Int)
OCallPropLex(name : IName,nargs : Int)
OCallMethod(slot : Slot,nargs : Int)
OBreakPointLine(n : Int)
OBreakPoint
OAsType(t : IName)
OAsString
OAsObject
OAsAny
OArray(nvalues : Int)
OApplyType(nargs : Int)
Back | Index