public static class Macro.MacroArg
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
Node |
defaultVal
If the argument was given a default value, then this contains
the base of the AST tree of the value.
|
java.lang.String |
name
Name of the argument with '$' stripped off
|
Constructor and Description |
---|
MacroArg() |
public java.lang.String name
public Node defaultVal