|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.bridj.util.ASMUtils
public class ASMUtils
Utilities for ASM.
| Constructor Summary | |
|---|---|
ASMUtils()
|
|
| Method Summary | ||
|---|---|---|
static void |
addSuperCall(org.objectweb.asm.ClassVisitor cv,
String superClassInternalName)
|
|
static
|
createSubclassWithSynchronizedNativeMethodsAndNoStaticFields(Class<T> original,
ClassDefiner classDefiner)
|
|
static String |
typeDesc(Type t)
|
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ASMUtils()
| Method Detail |
|---|
public static String typeDesc(Type t)
public static void addSuperCall(org.objectweb.asm.ClassVisitor cv,
String superClassInternalName)
public static <T> Class<? extends T> createSubclassWithSynchronizedNativeMethodsAndNoStaticFields(Class<T> original,
ClassDefiner classDefiner)
throws IOException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||