public class VelocimacroProxy extends Directive
| Constructor | Description |
|---|---|
VelocimacroProxy() |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.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(java.lang.String[] arr) |
sets the array of arguments specified in the macro definition
|
void |
setName(java.lang.String name) |
sets the directive name of this VM
|
getColumn, getLine, getScopeName, getTemplateName, isScopeProvided, setLocation, setLocationpublic java.lang.String getName()
public int getType()
public void setName(java.lang.String name)
name - public void setArgArray(java.lang.String[] arr)
arr - public int getNumArgs()
Copyright © 2002–2018 PMD. All rights reserved.