Package | Description |
---|---|
eu.bandm.tools.option.absy |
Meaning: Source format for the Option
compiler, for command line parsing, GUI input,
generation of documentation, etc.
|
Modifier and Type | Class and Description |
---|---|
class |
Element_and
Meaning: Conjuntive combination of two
conditions for enabling an option.
|
class |
Element_bool
Meaning: Describes one boolean argument in an
option's list of argument types.
|
class |
Element_comment
Meaning: Multi-Lingual text which separates
groups of options and appears in
a GUI screen mask, etc.
|
class |
Element_condition
Meaning: Enabling condition which "un-greys"
the input fields of an option,
if fulfilled.
|
class |
Element_constant
Meaning: Constant to test against some current
option argument value,
for forming an enabling condition.
|
class |
Element_defaults
Meaning: gives the sequence of default values
for a repetition group, is the
option is completely omitted.
|
class |
Element_desc
Meaning: One description, in several
languages.
|
class |
Element_dirOnly
Meaning: Only directories are valid values.
|
class |
Element_enum
Meaning: Refers to an Enumeration as the type
of the value of an option's argument.
|
class |
Element_enumeration
Meaning: An enumeration type which can be used
for several parameters of
several options.
|
class |
Element_enumitem
Meaning: One position in an enumeration type
(represented by the enclosing
context element).
|
class |
Element_enumset
Meaning: Refers to an Enumeration as the base
type for a set type for
the value of an option's argument.
|
class |
Element_float
Meaning: Describes one floating point argument
in an option's list of argument types.
|
class |
Element_int
Meaning: Describes one integer argument in an
option's list of argument types.
|
class |
Element_isMeta
<!ELEMENT
isMeta
EMPTY
>.
|
class |
Element_noGui
<!ELEMENT
noGui
EMPTY
>.
|
class |
Element_not
Meaning: Negation of a condition for enabling
an option.
|
class |
Element_notDir
<!ELEMENT
notDir
EMPTY
>.
|
class |
Element_optarg
Meaning: Reference to some option's current
argument value, to test it in an
enabling condition.
|
class |
Element_option
Meaning: Definition of one particular option
as it appears on a command line,
in the GUI, etc.
|
class |
Element_optionlist
Meaning: Sequence of a collection of command
line options, to
be compiled into GUI mask, online help method, parsing method, etc.
|
class |
Element_or
Meaning: Disjuntive combination of two
conditions for enabling an option.
|
class |
Element_printout_title
Meaning: The text to be printed as a header
line in the "usage()" function.
|
class |
Element_rat
Meaning: Describes one rational number
argument in an option's list of argument types.
|
class |
Element_rep
Meaning: Describes a sequence of value types
in an option's list of argument types which
can appear more than once.
|
class |
Element_simpletypes
|
class |
Element_string
Meaning: Describes one string value argument
in an option's list of argument types.
|
class |
Element_testequal
Meaning: Enabling condition whether both
arguments have the same numric value.
|
class |
Element_testgreater
|
class |
Element_text
Meaning: One translation into one particular
language.
|
class |
Element_type
Meaning: Sequence of the types of all
arguments of a particular option .
|
class |
Element_uri
Meaning: Describes one uri value argument in
an option's list of argument types.
|
class |
Element_v
Meaning: One single default value.
|
class |
Element_writable
Meaning: The file or directory must be
writable.
|
Modifier and Type | Method and Description |
---|---|
protected Element |
Document_optionlist.decode(DecodingInputStream in,
Extension ext) |
Modifier and Type | Method and Description |
---|---|
protected void |
BaseMatcher.action(Element node) |
protected void |
Matcher.action(Element node) |
protected void |
Matcher.phase(int phase,
boolean generalizing,
boolean descending,
Element node) |
void |
Visitor.visit(Element element) |
Constructor and Description |
---|
Element_and(Attributes attrs,
Element... content)
Semi-parsing constructor which tries to parse sequences of model content.
|
Element_and(Element... content)
Semi-parsing constructor which tries to parse sequences of model elements.
|
Element_comment(Attributes attrs,
Element... content)
Semi-parsing constructor which tries to parse sequences of model content.
|
Element_comment(Element... content)
Semi-parsing constructor which tries to parse sequences of model elements.
|
Element_condition(Attributes attrs,
Element... content)
Semi-parsing constructor which tries to parse sequences of model content.
|
Element_condition(Element... content)
Semi-parsing constructor which tries to parse sequences of model elements.
|
Element_defaults(Attributes attrs,
Element... content)
Semi-parsing constructor which tries to parse sequences of model content.
|
Element_defaults(Element... content)
Semi-parsing constructor which tries to parse sequences of model elements.
|
Element_desc(Attributes attrs,
Element... content)
Semi-parsing constructor which tries to parse sequences of model content.
|
Element_desc(Element... content)
Semi-parsing constructor which tries to parse sequences of model elements.
|
Element_enumeration(Attributes attrs,
Element... content)
Semi-parsing constructor which tries to parse sequences of model content.
|
Element_enumeration(Element... content)
Semi-parsing constructor which tries to parse sequences of model elements.
|
Element_enumitem(Attributes attrs,
Element... content)
Semi-parsing constructor which tries to parse sequences of model content.
|
Element_enumitem(Element... content)
Semi-parsing constructor which tries to parse sequences of model elements.
|
Element_not(Attributes attrs,
Element... content)
Semi-parsing constructor which tries to parse sequences of model content.
|
Element_not(Element... content)
Semi-parsing constructor which tries to parse sequences of model elements.
|
Element_option(Attributes attrs,
Element... content)
Semi-parsing constructor which tries to parse sequences of model content.
|
Element_option(Element... content)
Semi-parsing constructor which tries to parse sequences of model elements.
|
Element_optionlist(Attributes attrs,
Element... content)
Semi-parsing constructor which tries to parse sequences of model content.
|
Element_optionlist(Element... content)
Semi-parsing constructor which tries to parse sequences of model elements.
|
Element_or(Attributes attrs,
Element... content)
Semi-parsing constructor which tries to parse sequences of model content.
|
Element_or(Element... content)
Semi-parsing constructor which tries to parse sequences of model elements.
|
Element_printout_title(Attributes attrs,
Element... content)
Semi-parsing constructor which tries to parse sequences of model content.
|
Element_printout_title(Element... content)
Semi-parsing constructor which tries to parse sequences of model elements.
|
Element_rep(Attributes attrs,
Element... content)
Semi-parsing constructor which tries to parse sequences of model content.
|
Element_rep(Element... content)
Semi-parsing constructor which tries to parse sequences of model elements.
|
Element_simpletypes(Attributes attrs,
Element... content)
Semi-parsing constructor which tries to parse sequences of model content.
|
Element_simpletypes(Element... content)
Semi-parsing constructor which tries to parse sequences of model elements.
|
Element_testequal(Attributes attrs,
Element... content)
Semi-parsing constructor which tries to parse sequences of model content.
|
Element_testequal(Element... content)
Semi-parsing constructor which tries to parse sequences of model elements.
|
Element_testgreater(Attributes attrs,
Element... content)
Semi-parsing constructor which tries to parse sequences of model content.
|
Element_testgreater(Element... content)
Semi-parsing constructor which tries to parse sequences of model elements.
|
Element_type(Attributes attrs,
Element... content)
Semi-parsing constructor which tries to parse sequences of model content.
|
Element_type(Element... content)
Semi-parsing constructor which tries to parse sequences of model elements.
|
Element_uri(Attributes attrs,
Element... content)
Semi-parsing constructor which tries to parse sequences of model content.
|
Element_uri(Element... content)
Semi-parsing constructor which tries to parse sequences of model elements.
|
see also the complete user documentation .