org.webmacro.directive
Class Directive.KeywordArg

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

public static class Directive.KeywordArg
extends Directive.ArgDescriptor

Keyword argument type. Accepts only the specified keyword.


Field Summary
 
Fields inherited from class org.webmacro.directive.Directive.ArgDescriptor
children, id, keyword, nextArg, optional, subordinateArgs, type
 
Constructor Summary
Directive.KeywordArg(int id, java.lang.String keyword)
           
 
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.KeywordArg

public Directive.KeywordArg(int id,
                            java.lang.String keyword)