Package org.codehaus.groovy.tools
Class DgmConverter
- java.lang.Object
-
- org.codehaus.groovy.tools.DgmConverter
-
public class DgmConverter extends Object
-
-
Constructor Summary
Constructors Constructor Description DgmConverter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static void
loadParameters(CachedMethod method, int argumentIndex, org.objectweb.asm.MethodVisitor mv)
static void
main(String[] args)
-
-
-
Method Detail
-
main
public static void main(String[] args) throws IOException
- Throws:
IOException
-
loadParameters
protected static void loadParameters(CachedMethod method, int argumentIndex, org.objectweb.asm.MethodVisitor mv)
-
-