|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.groovy.classgen.asm.MopWriter
public class MopWriter
Constructor Summary | |
---|---|
MopWriter(WriterController wc)
|
Method Summary | |
---|---|
void |
createMopMethods()
|
static java.lang.String |
getMopMethodName(MethodNode method,
boolean useThis)
creates a MOP method name from a method |
static boolean |
isMopMethod(java.lang.String methodName)
method to determine if a method is a MOP method. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MopWriter(WriterController wc)
Method Detail |
---|
public void createMopMethods()
public static java.lang.String getMopMethodName(MethodNode method, boolean useThis)
method
- the method to be called by the mop methoduseThis
- if true, then it is a call on "this", "super" else
public static boolean isMopMethod(java.lang.String methodName)
methodName
- name of the method to test
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |