Package org.jruby.util
Class ASM
java.lang.Object
org.jruby.util.ASM
ASM helpers for JRuby.
- Author:
- kares
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.objectweb.asm.ClassWriter
static org.objectweb.asm.ClassWriter
newClassWriter
(ClassLoader loader) static org.objectweb.asm.ClassWriter
newClassWriter
(ClassLoader loader, int flags)
-
Method Details
-
newClassWriter
public static org.objectweb.asm.ClassWriter newClassWriter() -
newClassWriter
-
newClassWriter
-