| 
Groovy 1.8.5 | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.codehaus.groovy.classgen.asm.MopWriter
public class MopWriter extends Object
| Method Summary | |
|---|---|
            def
         | 
        
            MopWriter(WriterController wc)
             | 
        
            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.  | 
        
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll | 
| Method Detail | 
|---|
public def 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" else
public static boolean isMopMethod(String methodName)
methodName -  name of the method to test
Copyright © 2003-2011 The Codehaus. All rights reserved.