Macro method context. Every macro method must be an extension method of it.
| Constructor and description | 
|---|
| MacroContext
                                (CompilationUnit compilationUnit, SourceUnit sourceUnit, MethodCallExpression call) | 
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | MethodCallExpression | getCall()@return original method call expression | 
|  | CompilationUnit | getCompilationUnit()@return current compilation unit | 
|  | SourceUnit | getSourceUnit()@return current source unit | 
Copyright © 2003-2021 The Apache Software Foundation. All rights reserved.