- org.codehaus.groovy.runtime.callsite.CallSiteGenerator
 
    
        - 
        
        
        
        
        
        
        
        
        
        
        
        
        
        
            
            - 
                    
Methods Summary
                    
                    
                        Methods 
                        
                            | Type Params | 
                            Return Type | 
                            Name and description | 
                        
                        
                        
                             | 
                            static Constructor | 
                            compilePogoMethod(CachedMethod cachedMethod)
  | 
                        
                        
                        
                             | 
                            static Constructor | 
                            compilePojoMethod(CachedMethod cachedMethod)
  | 
                        
                        
                        
                             | 
                            static Constructor | 
                            compileStaticMethod(CachedMethod cachedMethod)
  | 
                        
                        
                        
                             | 
                            static void | 
                            genCallWithFixedParams(org.objectweb.asm.ClassWriter cw, String name, String superClass, CachedMethod cachedMethod, String receiverType)
  | 
                        
                        
                        
                             | 
                            static void | 
                            genCallXxxWithArray(org.objectweb.asm.ClassWriter cw, String name, String superClass, CachedMethod cachedMethod, String receiverType)
  | 
                        
                        
                        
                             | 
                            static byte[] | 
                            genPogoMetaMethodSite(CachedMethod cachedMethod, org.objectweb.asm.ClassWriter cw, String name)
  | 
                        
                        
                        
                             | 
                            static byte[] | 
                            genPojoMetaMethodSite(CachedMethod cachedMethod, org.objectweb.asm.ClassWriter cw, String name)
  | 
                        
                        
                        
                             | 
                            static byte[] | 
                            genStaticMetaMethodSite(CachedMethod cachedMethod, org.objectweb.asm.ClassWriter cw, String name)
  | 
                        
                        
                        
                             | 
                            static boolean | 
                            isCompilable(CachedMethod method)
  | 
                        
                        
                    
                   
               
            
            - 
                    
Inherited Methods Summary
                    
               
                
        
        
     
    
 
    
        - 
           
            
            
            
            
            
            
            
                - 
                    
                
                    
Method Detail
                    
                        
                        
                    
                        
                        
                    
                        
                        
                    
                        
                        
                            - 
                                
public static void genCallWithFixedParams(org.objectweb.asm.ClassWriter cw, String name, String superClass, CachedMethod cachedMethod, String receiverType)
                                
                             
                        
                    
                        
                        
                            - 
                                
public static void genCallXxxWithArray(org.objectweb.asm.ClassWriter cw, String name, String superClass, CachedMethod cachedMethod, String receiverType)
                                
                             
                        
                    
                        
                        
                            - 
                                
public static byte[] genPogoMetaMethodSite(CachedMethod cachedMethod, org.objectweb.asm.ClassWriter cw, String name)
                                
                             
                        
                    
                        
                        
                            - 
                                
public static byte[] genPojoMetaMethodSite(CachedMethod cachedMethod, org.objectweb.asm.ClassWriter cw, String name)
                                
                             
                        
                    
                        
                        
                            - 
                                
public static byte[] genStaticMetaMethodSite(CachedMethod cachedMethod, org.objectweb.asm.ClassWriter cw, String name)
                                
                             
                        
                    
                        
                        
                    
                 
            
            
         
    
 
    
    
        
            - Summary: 
 
            Nested   Field      Constructor   - Method
    
        
        
            -  | Detail: 
 
            Field      Constructor   - Method
    
        
     
    Copyright © 2003-2020 The Apache Software Foundation. All rights reserved.