public class VelocimacroProxy extends Directive
BLOCK, LINE
Constructor and Description |
---|
VelocimacroProxy() |
Modifier and Type | Method and Description |
---|---|
String |
getName()
Return name of this Velocimacro.
|
int |
getNumArgs()
returns the number of ars needed for this VM
|
int |
getType()
Velocimacros are always LINE type directives.
|
void |
setArgArray(String[] arr)
sets the array of arguments specified in the macro definition
|
void |
setName(String name)
sets the directive name of this VM
|
getColumn, getLine, getScopeName, getTemplateName, isScopeProvided, setLocation, setLocation
public String getName()
public int getType()
public void setName(String name)
name
- public void setArgArray(String[] arr)
arr
- public int getNumArgs()
Copyright © 2002–2015 InfoEther. All rights reserved.