|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.pmd.lang.vm.directive.Directive
net.sourceforge.pmd.lang.vm.directive.VelocimacroProxy
public class VelocimacroProxy
VelocimacroProxy.java a proxy Directive-derived object to fit with the current directive system
Field Summary |
---|
Fields inherited from class net.sourceforge.pmd.lang.vm.directive.Directive |
---|
BLOCK, LINE |
Constructor Summary | |
---|---|
VelocimacroProxy()
|
Method Summary | |
---|---|
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 |
Methods inherited from class net.sourceforge.pmd.lang.vm.directive.Directive |
---|
getColumn, getLine, getScopeName, getTemplateName, isScopeProvided, setLocation, setLocation |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VelocimacroProxy()
Method Detail |
---|
public String getName()
getName
in class Directive
public int getType()
getType
in class Directive
public void setName(String name)
name
- public void setArgArray(String[] arr)
arr
- public int getNumArgs()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |