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