void |
SerializationDetailer.detail(org.objectweb.asm.tree.MethodNode methodNode,
MethodAttributes attrs,
java.lang.StringBuilder output) |
|
static org.objectweb.asm.tree.InsnList |
ContinuationGenerators.entryPointLoader(MethodAttributes attrs) |
|
private static java.lang.String |
ContinuationGenerators.getLogPrefix(MethodAttributes attrs) |
|
void |
MethodInstrumenter.instrument(org.objectweb.asm.tree.ClassNode classNode,
org.objectweb.asm.tree.MethodNode methodNode,
MethodAttributes attrs) |
|
static org.objectweb.asm.tree.InsnList |
ContinuationGenerators.restoreState(MethodAttributes attrs,
int idx) |
|
private static org.objectweb.asm.tree.InsnList |
ContinuationGenerators.restoreStateFromInvocationWithinTryCatch(MethodAttributes attrs,
int idx) |
|
private static org.objectweb.asm.tree.InsnList |
ContinuationGenerators.restoreStateFromNormalInvocation(MethodAttributes attrs,
int idx) |
|
private static org.objectweb.asm.tree.InsnList |
ContinuationGenerators.restoreStateFromSuspend(MethodAttributes attrs,
int idx) |
|
static org.objectweb.asm.tree.InsnList |
ContinuationGenerators.saveState(MethodAttributes attrs,
int idx) |
|
private static org.objectweb.asm.tree.InsnList |
ContinuationGenerators.saveStateFromInvocationWithinTryCatch(MethodAttributes attrs,
int idx) |
|
private static org.objectweb.asm.tree.InsnList |
ContinuationGenerators.saveStateFromNormalInvocation(MethodAttributes attrs,
int idx) |
|
private static org.objectweb.asm.tree.InsnList |
ContinuationGenerators.saveStateFromSuspend(MethodAttributes attrs,
int idx) |
|
(package private) static <T extends ContinuationPoint> T |
InternalUtils.validateAndGetContinuationPoint(MethodAttributes attrs,
int idx,
java.lang.Class<T> expectedType) |
|