org.webmacro.directive
Class Directive.AssignmentArg

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

public static class Directive.AssignmentArg
extends Directive.ArgDescriptor

Assignment. In the standard parser, the parser looks for an = operator, but other parsers can handle this as they see fit.


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

public Directive.AssignmentArg()