Package org.jruby.util
Class ASM
java.lang.Object
org.jruby.util.ASM
ASM helpers for JRuby.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static classNOTE: required to account for ASM calculating stack-map frames in which case it might need to know of JRuby's dynamically loaded classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.objectweb.asm.ClassWriterstatic org.objectweb.asm.ClassWriternewClassWriter(ClassLoader loader) static org.objectweb.asm.ClassWriternewClassWriter(ClassLoader loader, int flags)
-
Constructor Details
-
ASM
private ASM()
-
-
Method Details
-
newClassWriter
public static org.objectweb.asm.ClassWriter newClassWriter() -
newClassWriter
-
newClassWriter
-