Interface EmitterFactory.Emitter
- All Superinterfaces:
Consumer<org.objectweb.asm.MethodVisitor>, UnaryVoidFunction<org.objectweb.asm.MethodVisitor>
- All Known Implementing Classes:
EmitterFactory.CompoundEmitter, EmitterFactory.FieldInsnEmitter, EmitterFactory.IntOperandEmitter, EmitterFactory.NullEmitter, EmitterFactory.SimpleEmitter
- Enclosing class:
EmitterFactory
public static interface EmitterFactory.Emitter
extends UnaryVoidFunction<org.objectweb.asm.MethodVisitor>
Simple wrapper class around a UnaryVoidFunction. This exists
to avoid problems with using nested generics.
-
Method Summary
Methods inherited from interface UnaryVoidFunction
accept, evaluate