org.webmacro.directive
Class Directive.LiteralBlockArg

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

public static class Directive.LiteralBlockArg
extends Directive.ArgDescriptor

Literal block argument type. Accepts a WM Block, but does not intepret any directives or property references contained in the block.


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

public Directive.LiteralBlockArg(int id)