public class ReturnBufferMethods extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_SETTO_KIND |
static int |
MAX_TAILCALL_KIND |
| Modifier and Type | Method and Description |
|---|---|
static org.objectweb.asm.tree.AbstractInsnNode |
get() |
static org.objectweb.asm.tree.InsnList |
get(int index) |
static org.objectweb.asm.tree.AbstractInsnNode |
setTo(int kind) |
static org.objectweb.asm.tree.AbstractInsnNode |
size() |
static org.objectweb.asm.tree.AbstractInsnNode |
tailCall(int kind) |
static org.objectweb.asm.tree.AbstractInsnNode |
toArray() |
public static final int MAX_SETTO_KIND
public static final int MAX_TAILCALL_KIND
public static org.objectweb.asm.tree.AbstractInsnNode size()
public static org.objectweb.asm.tree.AbstractInsnNode get()
public static org.objectweb.asm.tree.InsnList get(int index)
public static org.objectweb.asm.tree.AbstractInsnNode setTo(int kind)
public static org.objectweb.asm.tree.AbstractInsnNode tailCall(int kind)
public static org.objectweb.asm.tree.AbstractInsnNode toArray()
Copyright © 2016–2017. All rights reserved.