ByteCode(java.lang.Class<?> _class,
InstructionSet.ImmediateSpec _immediate) |
ByteCode(java.lang.Class<?> _class,
InstructionSet.ImmediateSpec _immediate,
InstructionSet.PopSpec _pop) |
ByteCode(java.lang.Class<?> _class,
InstructionSet.ImmediateSpec _immediate,
InstructionSet.PopSpec _pop,
InstructionSet.Operator _operator) |
ByteCode(java.lang.Class<?> _class,
InstructionSet.ImmediateSpec _immediate,
InstructionSet.PushSpec _push) |
ByteCode(java.lang.Class<?> _class,
InstructionSet.LoadSpec _load,
InstructionSet.ImmediateSpec _immediate,
InstructionSet.PushSpec _push) |
ByteCode(java.lang.Class<?> _class,
InstructionSet.LoadSpec _loadSpec,
InstructionSet.StoreSpec _storeSpec,
InstructionSet.ImmediateSpec _immediate,
InstructionSet.PopSpec _pop,
InstructionSet.PushSpec _push,
InstructionSet.Operator _operator) |
ByteCode(java.lang.Class<?> _class,
InstructionSet.StoreSpec _store,
InstructionSet.ImmediateSpec _immediate,
InstructionSet.PopSpec _pop) |