Class Macro.MacroArg
java.lang.Object
org.apache.velocity.runtime.directive.Macro.MacroArg
- Enclosing class:
Macro
MacroArgs holds the information for a single argument in a
macro definition. The arguments for a macro are passed around as a
list of these objects.
-
Field Summary
Modifier and TypeFieldDescriptionIf the argument was given a default value, then this contains the base of the AST tree of the value.Name of the argument with '$' stripped off -
Constructor Summary
-
Method Summary
-
Field Details
-
name
Name of the argument with '$' stripped off -
defaultVal
If the argument was given a default value, then this contains the base of the AST tree of the value. Otherwise it is null.
-
-
Constructor Details
-
MacroArg
public MacroArg()
-