public abstract class ASMUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static org.objectweb.asm.Type |
arrayTypeFor(Class<?> clazz) |
static org.objectweb.asm.Type |
arrayTypeFor(Class<?> clazz,
int dimensions) |
static org.objectweb.asm.tree.AbstractInsnNode |
checkCast(Class clazz) |
static org.objectweb.asm.tree.MethodInsnNode |
ctor(Class clazz,
Class... args) |
static org.objectweb.asm.tree.MethodInsnNode |
ctor(org.objectweb.asm.Type of,
org.objectweb.asm.Type... args) |
static org.objectweb.asm.Type[] |
fillTypes(org.objectweb.asm.Type t,
int n) |
static org.objectweb.asm.tree.FrameNode |
frameSame() |
static org.objectweb.asm.tree.FrameNode |
frameSame1(Class clazz) |
static org.objectweb.asm.tree.AbstractInsnNode |
loadDouble(double d) |
static org.objectweb.asm.tree.AbstractInsnNode |
loadInt(int i) |
static org.objectweb.asm.tree.AbstractInsnNode |
loadLong(long l) |
static org.objectweb.asm.Type |
typeForClassName(String className) |
public static org.objectweb.asm.Type arrayTypeFor(Class<?> clazz)
public static org.objectweb.asm.Type arrayTypeFor(Class<?> clazz, int dimensions)
public static org.objectweb.asm.Type typeForClassName(String className)
public static org.objectweb.asm.Type[] fillTypes(org.objectweb.asm.Type t,
int n)
public static org.objectweb.asm.tree.FrameNode frameSame()
public static org.objectweb.asm.tree.FrameNode frameSame1(Class clazz)
public static org.objectweb.asm.tree.AbstractInsnNode checkCast(Class clazz)
public static org.objectweb.asm.tree.AbstractInsnNode loadInt(int i)
public static org.objectweb.asm.tree.AbstractInsnNode loadLong(long l)
public static org.objectweb.asm.tree.AbstractInsnNode loadDouble(double d)
public static org.objectweb.asm.tree.MethodInsnNode ctor(org.objectweb.asm.Type of,
org.objectweb.asm.Type... args)
Copyright © 2016–2017. All rights reserved.