class ConstructorGenerator
extends java.lang.Object
| Constructor and Description |
|---|
ConstructorGenerator() |
| Modifier and Type | Method and Description |
|---|---|
private void |
createConstuctor(ParserClassNode classNode,
org.objectweb.asm.tree.MethodNode constructor) |
private void |
createNewInstanceMethod(ParserClassNode classNode) |
void |
process(ParserClassNode classNode) |
public void process(ParserClassNode classNode)
private void createConstuctor(ParserClassNode classNode, org.objectweb.asm.tree.MethodNode constructor)
private void createNewInstanceMethod(ParserClassNode classNode)