org.webmacro.directive
Class Directive.Subdirective
java.lang.Object
org.webmacro.directive.Directive.ArgDescriptor
org.webmacro.directive.Directive.Subdirective
- Direct Known Subclasses:
- Directive.OptionalSubdirective
- Enclosing class:
- Directive
- public static class Directive.Subdirective
- extends Directive.ArgDescriptor
Subdirectives are like directives, except that they do not have their
own class. The directive is responsible for fetching and processing
the subdirective's arguments. Each Subdirective can have its own
argument list.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BREAKING
public static final int BREAKING
- See Also:
- Constant Field Values
name
public final java.lang.String name
args
public final Directive.ArgDescriptor[] args
repeating
public boolean repeating
isBreaking
public boolean isBreaking
Directive.Subdirective
public Directive.Subdirective(int id,
java.lang.String name,
Directive.ArgDescriptor[] args)
Directive.Subdirective
public Directive.Subdirective(int id,
java.lang.String name,
Directive.ArgDescriptor[] args,
int flags)