Uses of Enum Class
eu.bandm.tools.ops.EBNFModifier
Package
Description
Canonical model of a W3C DTD with evaluated semantics; plus utility applications.
Types for fundamental mathematical structures, plus libraries of respective
constants and operators.
txsl = typed xslt 1.0 interpreter with "fragmented validation".
-
Uses of EBNFModifier in eu.bandm.tools.dtm
Modifier and TypeFieldDescriptionprotected EBNFModifier
DTM.CP.modifier
Generated by umod; model author's documentation MISSING.Modifier and TypeMethodDescription(package private) EBNFModifier
DTD2DTM.decode
(int modifier) DTM.CP.get_modifier()
Generated by umod; model author's documentation MISSING.Modifier and TypeMethodDescriptionprotected void
DTM.MATCH_ONLY_00.action
(EBNFModifier e0) DTM.CP.with_modifier
(EBNFModifier val) Generated by umod; model author's documentation MISSING.Modifier and TypeMethodDescriptionDTM.CP.get_modifier
(Pattern<? super EBNFModifier> p) Lifts a pattern which matches the field value to one which matches this whole object.ModifierConstructorDescriptionChoice
(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/..". -
Uses of EBNFModifier in eu.bandm.tools.ops
Modifier and TypeMethodDescriptionstatic EBNFModifier
EBNFModifier.compose
(EBNFModifier... args) Calculate the effect of more than one modifier applied to the same sub-expression.static EBNFModifier
Returns the enum constant of this class with the specified name.static EBNFModifier[]
EBNFModifier.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic boolean
EBNFModifier.addsEpsilon
(EBNFModifier arg) Whether the given modifier allows empty string.static boolean
EBNFModifier.addsRepetitions
(EBNFModifier arg) Whether the given modifier allows using a sub-expression ore than once.static EBNFModifier
EBNFModifier.compose
(EBNFModifier... args) Calculate the effect of more than one modifier applied to the same sub-expression. -
Uses of EBNFModifier in eu.bandm.tools.xslt.base