org.webmacro.directive
Class Directive.AssignmentArg

java.lang.Object
  |
  +--org.webmacro.directive.Directive.ArgDescriptor
        |
        +--org.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.


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, setOptional
 
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()