Package | Description |
---|---|
org.eclipse.golo.compiler.macro |
Provides support to hygienic compilation macros.
|
Modifier and Type | Method and Description |
---|---|
MacroExpansionIrVisitor |
MacroExpansionIrVisitor.expandRegularCalls(boolean v)
Defines if regular function invocations must be tried to expand.
|
MacroExpansionIrVisitor |
MacroExpansionIrVisitor.recurse(boolean v)
Defines if the macros must be expanded recursively.
|
MacroExpansionIrVisitor |
MacroExpansionIrVisitor.recursionLimit(int v)
Defines the expansion recursion limit.
|
MacroExpansionIrVisitor |
MacroExpansionIrVisitor.useMacroModule(java.lang.String name) |