org.webmacro.directive
Class Directive.RValueArg

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

public static class Directive.RValueArg
extends Directive.ArgDescriptor

RValue argument type. Accepts any WM expression.


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

public Directive.RValueArg(int id)