public static class EmitterFactory.CompoundEmitter extends java.lang.Object implements EmitterFactory.Emitter
| Constructor and Description |
|---|
CompoundEmitter(EmitterFactory.Emitter... args) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
void |
evaluate(org.objectweb.asm.MethodVisitor mv) |
int |
hashCode() |
java.lang.String |
toString() |
public CompoundEmitter(EmitterFactory.Emitter... args)
public void evaluate(org.objectweb.asm.MethodVisitor mv)
evaluate in interface UnaryVoidFunction<org.objectweb.asm.MethodVisitor>public java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object