public class InstructionFactory
extends java.lang.Object
| Constructor and Description |
|---|
InstructionFactory() |
| Modifier and Type | Method and Description |
|---|---|
static org.objectweb.asm.tree.AbstractInsnNode |
pushesBoolean(boolean bool) |
static void |
pushesBoolean(org.objectweb.asm.MethodVisitor method,
boolean bool) |
static org.objectweb.asm.tree.AbstractInsnNode |
pushesDouble(double d) |
static void |
pushesDouble(org.objectweb.asm.MethodVisitor method,
double d) |
static org.objectweb.asm.tree.AbstractInsnNode |
pushesFloat(float f) |
static void |
pushesFloat(org.objectweb.asm.MethodVisitor method,
float f) |
static org.objectweb.asm.tree.AbstractInsnNode |
pushesInt(int i) |
static void |
pushesInt(org.objectweb.asm.MethodVisitor method,
int i) |
static org.objectweb.asm.tree.AbstractInsnNode |
pushesLong(long l) |
static void |
pushesLong(org.objectweb.asm.MethodVisitor method,
long l) |
static void |
pushesString(org.objectweb.asm.MethodVisitor method,
java.lang.String s) |
static org.objectweb.asm.tree.AbstractInsnNode |
pushesString(java.lang.String s) |
static void |
pushesTypeReference(org.objectweb.asm.MethodVisitor method,
org.objectweb.asm.Type type) |
static org.objectweb.asm.tree.AbstractInsnNode |
pushesTypeReference(org.objectweb.asm.Type type) |
static void |
pushesValue(org.objectweb.asm.MethodVisitor method,
java.lang.Object value) |
static org.objectweb.asm.tree.AbstractInsnNode |
pushesValue(java.lang.Object value) |
public static org.objectweb.asm.tree.AbstractInsnNode pushesValue(java.lang.Object value)
public static void pushesValue(org.objectweb.asm.MethodVisitor method,
java.lang.Object value)
public static org.objectweb.asm.tree.AbstractInsnNode pushesBoolean(boolean bool)
public static void pushesBoolean(org.objectweb.asm.MethodVisitor method,
boolean bool)
public static org.objectweb.asm.tree.AbstractInsnNode pushesInt(int i)
public static void pushesInt(org.objectweb.asm.MethodVisitor method,
int i)
public static org.objectweb.asm.tree.AbstractInsnNode pushesLong(long l)
public static void pushesLong(org.objectweb.asm.MethodVisitor method,
long l)
public static org.objectweb.asm.tree.AbstractInsnNode pushesFloat(float f)
public static void pushesFloat(org.objectweb.asm.MethodVisitor method,
float f)
public static org.objectweb.asm.tree.AbstractInsnNode pushesDouble(double d)
public static void pushesDouble(org.objectweb.asm.MethodVisitor method,
double d)
public static org.objectweb.asm.tree.AbstractInsnNode pushesString(java.lang.String s)
public static void pushesString(org.objectweb.asm.MethodVisitor method,
java.lang.String s)
public static org.objectweb.asm.tree.AbstractInsnNode pushesTypeReference(org.objectweb.asm.Type type)
public static void pushesTypeReference(org.objectweb.asm.MethodVisitor method,
org.objectweb.asm.Type type)