Class EmitterFactory.IntOperandEmitter
java.lang.Object
org.glassfish.pfl.dynamic.codegen.impl.EmitterFactory.IntOperandEmitter
- All Implemented Interfaces:
Consumer<org.objectweb.asm.MethodVisitor>, UnaryVoidFunction<org.objectweb.asm.MethodVisitor>, EmitterFactory.Emitter
- Enclosing class:
EmitterFactory
private static class EmitterFactory.IntOperandEmitter
extends Object
implements EmitterFactory.Emitter
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from interface UnaryVoidFunction
accept
-
Field Details
-
validOps
-
opcode
private int opcode -
arg
private int arg
-
-
Constructor Details
-
IntOperandEmitter
public IntOperandEmitter(int opcode, int arg)
-
-
Method Details
-
evaluate
public void evaluate(org.objectweb.asm.MethodVisitor mv) - Specified by:
evaluatein interfaceUnaryVoidFunction<org.objectweb.asm.MethodVisitor>
-
toString
-
hashCode
-
equals
-