- org.codehaus.groovy.macro.methods.MacroGroovyMethods
 
    
        - 
        
        
            
        
        
        
        
        
            
        
        
        
        
        
        
        
        
        
            
            - 
                    
Methods Summary
                    
                    
                        Methods 
                        
                            | Type Params | 
                            Return Type | 
                            Name and description | 
                        
                        
                        
                             | 
                            static ListExpression | 
                            buildSubstitutions(org.codehaus.groovy.control.SourceUnit source, ASTNode expr)
  | 
                        
                        
                        
                             | 
                            protected static ClosureExpression | 
                            getClosureArgument(org.codehaus.groovy.control.SourceUnit source, MethodCallExpression call)
  | 
                        
                        
                        
                             | 
                            protected static TupleExpression | 
                            getMacroArguments(org.codehaus.groovy.control.SourceUnit source, MethodCallExpression call)
  | 
                        
                        
                        
                            <T> | 
                            static T | 
                            macro(Object self, Closure cl)
  | 
                        
                        
                        
                             | 
                            static Expression | 
                            macro(MacroContext macroContext, ClosureExpression closureExpression)
  | 
                        
                        
                        
                            <T> | 
                            static T | 
                            macro(Object self, boolean asIs, Closure cl)
  | 
                        
                        
                        
                             | 
                            static Expression | 
                            macro(MacroContext macroContext, ConstantExpression asIsConstantExpression, ClosureExpression closureExpression)
  | 
                        
                        
                        
                            <T> | 
                            static T | 
                            macro(Object self, CompilePhase compilePhase, Closure cl)
  | 
                        
                        
                        
                             | 
                            static Expression | 
                            macro(MacroContext macroContext, PropertyExpression phaseExpression, ClosureExpression closureExpression)
  | 
                        
                        
                        
                            <T> | 
                            static T | 
                            macro(Object self, CompilePhase compilePhase, boolean asIs, Closure cl)
  | 
                        
                        
                        
                             | 
                            static Expression | 
                            macro(MacroContext macroContext, PropertyExpression phaseExpression, ConstantExpression asIsConstantExpression, ClosureExpression closureExpression)
  | 
                        
                        
                    
                   
               
            
            - 
                    
Inherited Methods Summary
                    
               
                
        
        
     
    
 
    
        - 
           
            
            
            
                - 
                    
                
                    
Field Detail
                    
                        
                        
                            - 
                                
public static final String DOLLAR_VALUE
                                
                             
                        
                    
                 
            
            
            
            
            
            
            
            
                - 
                    
                
                    
Method Detail
                    
                        
                        
                            - 
                                
public static ListExpression buildSubstitutions(org.codehaus.groovy.control.SourceUnit source, ASTNode expr)
                                
                             
                        
                    
                        
                        
                    
                        
                        
                    
                        
                        
                            - 
                                
<T> public static T macro(Object self, @DelegatesTo(MacroValuePlaceholder.class) Closure cl)
                                
                             
                        
                    
                        
                        
                    
                        
                        
                            - 
                                
<T> public static T macro(Object self, boolean asIs, @DelegatesTo(MacroValuePlaceholder.class) Closure cl)
                                
                             
                        
                    
                        
                        
                    
                        
                        
                    
                        
                        
                    
                        
                        
                            - 
                                
<T> public static T macro(Object self, CompilePhase compilePhase, boolean asIs, @DelegatesTo(MacroValuePlaceholder.class) Closure cl)
                                
                             
                        
                    
                        
                        
                    
                 
            
            
         
    
 
    
    
    Copyright © 2003-2018 The Apache Software Foundation. All rights reserved.