Uses of Enum Class
eu.bandm.tools.ops.EBNFModifier
Packages that use 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
Fields in eu.bandm.tools.dtm declared as EBNFModifierModifier and TypeFieldDescriptionprotected EBNFModifierDTM.CP.modifierGenerated by umod; model author's documentation MISSING.Methods in eu.bandm.tools.dtm that return EBNFModifierModifier and TypeMethodDescription(package private) EBNFModifierDTD2DTM.decode(int modifier) DTM.CP.get_modifier()Generated by umod; model author's documentation MISSING.Methods in eu.bandm.tools.dtm with parameters of type EBNFModifierModifier and TypeMethodDescriptionprotected voidDTM.MATCH_ONLY_00.action(EBNFModifier e0) DTM.CP.with_modifier(EBNFModifier val) Generated by umod; model author's documentation MISSING.Method parameters in eu.bandm.tools.dtm with type arguments of type EBNFModifierModifier and TypeMethodDescriptionDTM.CP.get_modifier(Pattern<? super EBNFModifier> p) Lifts a pattern which matches the field value to one which matches this whole object.Constructors in eu.bandm.tools.dtm with parameters of type EBNFModifierModifierConstructorDescriptionChoice(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
Methods in eu.bandm.tools.ops that return EBNFModifierModifier and TypeMethodDescriptionstatic EBNFModifierEBNFModifier.compose(EBNFModifier... args) Calculate the effect of more than one modifier applied to the same sub-expression.static EBNFModifierReturns 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.Methods in eu.bandm.tools.ops with parameters of type EBNFModifierModifier and TypeMethodDescriptionstatic booleanEBNFModifier.addsEpsilon(EBNFModifier arg) Whether the given modifier allows empty strings to match.static booleanEBNFModifier.addsRepetitions(EBNFModifier arg) Whether the given modifier allows using a sub-expression ore than once.static EBNFModifierEBNFModifier.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
Constructors in eu.bandm.tools.xslt.base with parameters of type EBNFModifier