Save This Page
Home » Groovy-1.7.0 » org.codehaus » groovy » runtime » callsite » [javadoc | source]
org.codehaus.groovy.runtime.callsite
public class: CallSiteGenerator [javadoc | source]
java.lang.Object
   org.codehaus.groovy.runtime.callsite.CallSiteGenerator
Method from org.codehaus.groovy.runtime.callsite.CallSiteGenerator Summary:
compilePogoMethod,   compilePojoMethod,   compileStaticMethod,   genCallWithFixedParams,   genCallXxxWithArray,   genPogoMetaMethodSite,   genPojoMetaMethodSite,   genStaticMetaMethodSite,   isCompilable
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.codehaus.groovy.runtime.callsite.CallSiteGenerator Detail:
 public static Constructor compilePogoMethod(CachedMethod cachedMethod) 
 public static Constructor compilePojoMethod(CachedMethod cachedMethod) 
 public static Constructor compileStaticMethod(CachedMethod cachedMethod) 
 public static  void genCallWithFixedParams(ClassWriter cw,
    String name,
    String superClass,
    CachedMethod cachedMethod,
    String receiverType) 
 public static  void genCallXxxWithArray(ClassWriter cw,
    String name,
    String superClass,
    CachedMethod cachedMethod,
    String receiverType) 
 public static byte[] genPogoMetaMethodSite(CachedMethod cachedMethod,
    ClassWriter cw,
    String name) 
 public static byte[] genPojoMetaMethodSite(CachedMethod cachedMethod,
    ClassWriter cw,
    String name) 
 public static byte[] genStaticMetaMethodSite(CachedMethod cachedMethod,
    ClassWriter cw,
    String name) 
 public static boolean isCompilable(CachedMethod method)