|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Directive.ArgDescriptor | |
org.webmacro.directive |
Uses of Directive.ArgDescriptor in org.webmacro.directive |
Subclasses of Directive.ArgDescriptor in org.webmacro.directive | |
static class |
Directive.AssignmentArg
Assignment. |
static class |
Directive.BlockArg
Block argument type. |
static class |
Directive.ConditionArg
Condition argument type. |
static class |
Directive.ExactlyOneChoice
The ExactlyOneChoice indicates that exactly one of several optional groups can be accepted, only once. |
static class |
Directive.FormalArgListArg
Argument list. |
static class |
Directive.KeywordArg
Keyword argument type. |
static class |
Directive.LiteralBlockArg
Literal block argument type. |
static class |
Directive.LValueArg
LValue argument type. |
static class |
Directive.NameArg
Name. |
static class |
Directive.OptionalGroup
Optional group. |
static class |
Directive.OptionalRepeatingSubdirective
Optional repeating subdirective. |
static class |
Directive.OptionalSubdirective
Optional subdirective. |
static class |
Directive.OptionChoice
The OptionChoice indicates that several optional groups can be accepted in any order. |
static class |
Directive.QuotedStringArg
Quoted string argument type. |
static class |
Directive.RValueArg
RValue argument type. |
static class |
Directive.SingleOptionChoice
The SingleOptionChoice indicates that zero or one of several optional groups can be accepted, but only once. |
static class |
Directive.StringArg
String argument type. |
static class |
Directive.Subdirective
Subdirectives are like directives, except that they do not have their own class. |
Fields in org.webmacro.directive declared as Directive.ArgDescriptor | |
static Directive.ArgDescriptor[] |
TypeDirective._args
|
Directive.ArgDescriptor[] |
DirectiveDescriptor.args
|
Directive.ArgDescriptor[] |
Directive.Subdirective.args
|
Constructors in org.webmacro.directive with parameters of type Directive.ArgDescriptor | |
ArgsHolder(Directive.ArgDescriptor[] args)
|
|
DirectiveDescriptor(java.lang.String name,
java.lang.Class dirClass,
Directive.ArgDescriptor[] args,
Directive.Subdirective[] subdirectives)
|
|
Directive.Subdirective(int id,
java.lang.String name,
Directive.ArgDescriptor[] args)
|
|
Directive.Subdirective(int id,
java.lang.String name,
Directive.ArgDescriptor[] args,
int flags)
|
|
Directive.OptionalSubdirective(int id,
java.lang.String name,
Directive.ArgDescriptor[] args)
|
|
Directive.OptionalSubdirective(int id,
java.lang.String name,
Directive.ArgDescriptor[] args,
int flags)
|
|
Directive.OptionalRepeatingSubdirective(int id,
java.lang.String name,
Directive.ArgDescriptor[] args)
|
|
Directive.OptionalRepeatingSubdirective(int id,
java.lang.String name,
Directive.ArgDescriptor[] args,
int flags)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |