private static class FastClassEmitter.GetIndexCallback extends java.lang.Object implements ObjectSwitchCallback
| Modifier and Type | Field and Description |
|---|---|
private CodeEmitter |
e |
private java.util.Map |
indexes |
| Constructor and Description |
|---|
GetIndexCallback(CodeEmitter e,
java.util.List methods) |
| Modifier and Type | Method and Description |
|---|---|
void |
processCase(java.lang.Object key,
org.objectweb.asm.Label end) |
void |
processDefault() |
private CodeEmitter e
private java.util.Map indexes
public GetIndexCallback(CodeEmitter e, java.util.List methods)
public void processCase(java.lang.Object key,
org.objectweb.asm.Label end)
processCase in interface ObjectSwitchCallbackpublic void processDefault()
processDefault in interface ObjectSwitchCallback