public class MopWriter extends Object
| Constructor and Description | 
|---|
MopWriter(WriterController wc)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
createMopMethods()  | 
static String | 
getMopMethodName(MethodNode method,
                boolean useThis)
creates a MOP method name from a method 
 | 
static boolean | 
isMopMethod(String methodName)
method to determine if a method is a MOP method. 
 | 
public MopWriter(WriterController wc)
public void createMopMethods()
public static 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" elsepublic static boolean isMopMethod(String methodName)
methodName - name of the method to test