Uses of Class
eu.bandm.tools.d2d2.rt.State
Packages that use State
Package
Description
D2d allows to write valid XML documents directly in the creative flow of authoring,
with minimum typographic noise.
Umod main model class: This is a model for the
results of d2d text parsing.
-
Uses of State in eu.bandm.tools.d2d2.base
Fields in eu.bandm.tools.d2d2.base declared as StateModifier and TypeFieldDescriptionprotected StateText2Udom.stateThe currently growing stackframe, seeState.Methods in eu.bandm.tools.d2d2.base with parameters of type StateModifier and TypeMethodDescriptionCentral service method: calculate the result.protected voidStackPrinter.doPrintStack(State state) Worker method for printing one state of a parser state stack.voidStackPrinter.printStack(State state) Print one state of the parser state.voidStackPrinter.printStack(State state, boolean showIntermediate) Print one state of the parser state.protected StringStackPrinter.stateLabel(State s) The printed identification of a parser frame. -
Uses of State in eu.bandm.tools.d2d2.rt
Subclasses of State in eu.bandm.tools.d2d2.rtModifier and TypeClassDescriptionclassGenerated by umod; model author's documentation MISSING.classGenerated by umod; model author's documentation MISSING.classGenerated by umod; model author's documentation MISSING.classGenerated by umod; model author's documentation MISSING.Fields in eu.bandm.tools.d2d2.rt declared as StateModifier and TypeFieldDescriptionState.predecGenerated by umod; model author's documentation MISSING.Fields in eu.bandm.tools.d2d2.rt with type parameters of type StateModifier and TypeFieldDescriptionState.get_inxsltDeprecated.Use new '::' method reference instead.State.get_predecDeprecated.Use new '::' method reference instead.State.get_predecDeprecated.Use new '::' method reference instead.static final Function<State, ResultContainer> State.get_resultDeprecated.Use new '::' method reference instead.static final Function<State, @Opt Expression> State.get_ruleDeprecated.Use new '::' method reference instead.Methods in eu.bandm.tools.d2d2.rt that return StateModifier and TypeMethodDescriptionState.doclone()Clones this object.__SAX_Parser.fill_State(Object res) State.get_predec()Generated by umod; model author's documentation MISSING.Copies values of all common fields from the argument.__SAX_Parser.matchSAX_State()Methods in eu.bandm.tools.d2d2.rt that return types with arguments of type StateModifier and TypeMethodDescriptionState.get_inxslt(Pattern<? super Boolean> p) Lifts a pattern which matches the field value to one which matches this whole object.State.get_predec(Pattern<? super @Opt State> p) Lifts a pattern which matches the field value to one which matches this whole object.State.get_result(Pattern<? super ResultContainer> p) Lifts a pattern which matches the field value to one which matches this whole object.State.get_rule(Pattern<? super @Opt Expression> p) Lifts a pattern which matches the field value to one which matches this whole object.__Patterns.term_State(Pattern<Object> superpattern, Pattern<? super @Opt State> p_predec, Pattern<? super ResultContainer> p_result, Pattern<? super @Opt Expression> p_rule, Pattern<? super Boolean> p_inxslt) Methods in eu.bandm.tools.d2d2.rt with parameters of type StateModifier and TypeMethodDescriptionprotected voidvoidprotected voidprotected voidprotected voidprotected voidprotected voidprotected voidvoid__SAX_Writer.dumpfields(State e0) void__SAX_Parser.XMLPARSER_State.fillFields(State newobj) voidvoid__SAX_Parser.XMLPARSER_State.parsefields(State newobj) protected voidprotected voidprotected voidDump_rt.printscalars(State e0) booleanState.set_predec(@Opt State val) Generated by umod; model author's documentation MISSING.protected FormatMethod parameters in eu.bandm.tools.d2d2.rt with type arguments of type StateModifier and TypeMethodDescription__Patterns.cast_State(Pattern<? super State> p) State.get_predec(Pattern<? super @Opt State> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<State_perm> __Patterns.term_State_perm(Pattern<? super State> superpattern, Pattern<? super PermutationGroup> p_directory, Pattern<? super NonNullSet<Expression>> p_obligates, Pattern<? super NonNullSet<Expression>> p_consumed) __Patterns.term_State_rep(Pattern<? super State> superpattern) static Pattern<State_sequ> __Patterns.term_State_sequ(Pattern<? super State> superpattern, Pattern<? super Integer> p_position) static Pattern<State_singleton> __Patterns.term_State_singleton(Pattern<? super State> superpattern, Pattern<? super Reference> p_ref, Pattern<? super Definition> p_def) Constructors in eu.bandm.tools.d2d2.rt with parameters of type StateModifierConstructorDescriptionState(@Opt State predec, ResultContainer result, boolean inxslt) Constructor defined according to directive »C 0/..«.
State_perm(@Opt State predec, ResultContainer result, boolean inxslt, Perm rule, PermutationGroup directory) Constructor defined according to directive »C 0/..«.
State_rep(@Opt State predec, ResultContainer result, boolean inxslt, GrUnary rule) Constructor defined according to directive »C 0/..«.
State_sequ(@Opt State predec, ResultContainer result, boolean inxslt, Seq rule, int position) Constructor defined according to directive »C 0/..«.
State_singleton(@Opt State predec, ResultContainer result, boolean inxslt, Reference ref, Definition def, Expression rule) Constructor defined according to directive »C 0/..«.