Example #1
0
 @Override
 public final void execute(OperationContext ctx) {
   ctx.getStack().pushFloat(getConst());
 }
Example #2
0
 @Override
 public void execute(OperationContext ctx) {
   ctx.getStack().pushByte(ctx.getByteIterator().nextByte());
 }