Package | Description |
---|---|
eu.bandm.tools.dtm |
Canonical model of a W3C DTD with evaluated semantics; plus utility applications.
|
eu.bandm.tools.util |
Collection of mostly unrelated, tiny, ubiquitously needed
auxiliary classes for many different purposes.
|
Modifier and Type | Field and Description |
---|---|
protected EBNFModifier |
DTM.CP.modifier
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Field and Description |
---|---|
static Function<DTM.CP,EBNFModifier> |
DTM.CP.get_modifier
Deprecated.
Use new '::' method reference instead.
|
Modifier and Type | Method and Description |
---|---|
EBNFModifier |
DTM.CP.get_modifier()
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DTM.MATCH_ONLY_00.action(EBNFModifier e0) |
DTM.CP |
DTM.CP.with_modifier(EBNFModifier val)
Generated by umod; model author's documentation MISSING.
|
Constructor and Description |
---|
Choice(EBNFModifier modifier)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
CP(EBNFModifier modifier)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
Sequence(EBNFModifier modifier)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
Singleton(EBNFModifier modifier,
DTM.ElementRef ref)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
Modifier and Type | Method and Description |
---|---|
static EBNFModifier |
EBNFModifier.compose(EBNFModifier... args) |
static EBNFModifier |
EBNFModifier.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EBNFModifier[] |
EBNFModifier.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
EBNFModifier.addsEpsilon(EBNFModifier arg) |
static boolean |
EBNFModifier.addsRepetitions(EBNFModifier arg) |
static EBNFModifier |
EBNFModifier.compose(EBNFModifier... args) |
see also the complete user documentation .