public class DgmConverter
extends Object
Generates GeneratedMetaMethod adapter classes and metadata for the
default Groovy methods.
| Type Params | Return Type | Name and description |
|---|---|---|
|
protected static void |
loadParameters(CachedMethod method, org.objectweb.asm.MethodVisitor mv)Loads and casts the non-receiver arguments for the supplied cached method from an Object[] local variable. |
|
public static void |
main(String[] args)Generates DGM adapter classes into the target directory. |
Loads and casts the non-receiver arguments for the supplied cached
method from an Object[] local variable.
method - the cached method whose parameters are being loadedmv - the visitor receiving the bytecode instructionsGenerates DGM adapter classes into the target directory.
args - optional --info flag and target directory