org.webmacro.directive
Class Directive.FormalArgListArg

java.lang.Object
  extended byorg.webmacro.directive.Directive.ArgDescriptor
      extended byorg.webmacro.directive.Directive.FormalArgListArg
Enclosing class:
Directive

public static class Directive.FormalArgListArg
extends Directive.ArgDescriptor

Argument list. Accepts a ()-delimited list of simple variable names.


Field Summary
 
Fields inherited from class org.webmacro.directive.Directive.ArgDescriptor
children, id, keyword, nextArg, optional, subordinateArgs, type
 
Constructor Summary
Directive.FormalArgListArg(int id)
           
 
Methods inherited from class org.webmacro.directive.Directive.ArgDescriptor
setOptional, setSubordinateArgs
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Directive.FormalArgListArg

public Directive.FormalArgListArg(int id)