org.webmacro.directive
Class Directive.LValueArg

java.lang.Object
  |
  +--org.webmacro.directive.Directive.ArgDescriptor
        |
        +--org.webmacro.directive.Directive.LValueArg
Enclosing class:
Directive

public static class Directive.LValueArg
extends Directive.ArgDescriptor

LValue argument type. Accepts any WM property reference.


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

public Directive.LValueArg(int id)