Uses of Class
eu.bandm.tools.d2d2.rt.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
Modifier and TypeFieldDescriptionprotected State
Text2Udom.state
The currently growing stackframe, seeState
.Modifier and TypeMethodDescriptionCentral service method: calculate the result.protected void
StackPrinter.doPrintStack
(State state) Worker method for printing one state of a parser state stack.void
StackPrinter.printStack
(State state) Print one state of the parser state.void
StackPrinter.printStack
(State state, boolean showIntermediate) Print one state of the parser state.protected String
StackPrinter.stateLabel
(State s) The printed identification of a parser frame. -
Uses of State in eu.bandm.tools.d2d2.rt
Modifier and TypeClassDescriptionclass
Generated by umod; model author's documentation MISSING.class
Generated by umod; model author's documentation MISSING.class
Generated by umod; model author's documentation MISSING.class
Generated by umod; model author's documentation MISSING.Modifier and TypeFieldDescriptionprotected State
State.predec
Generated by umod; model author's documentation MISSING.Modifier and TypeFieldDescriptionState.get_inxslt
Deprecated.Use new '::' method reference instead.State.get_predec
Deprecated.Use new '::' method reference instead.State.get_predec
Deprecated.Use new '::' method reference instead.static final Function<State,
ResultContainer> State.get_result
Deprecated.Use new '::' method reference instead.static final Function<State,
Expression> State.get_rule
Deprecated.Use new '::' method reference instead.Modifier and TypeMethodDescriptionState.doclone()
Clones this object.State.get_predec()
Generated by umod; model author's documentation MISSING.Copies values of all common fields from the argument.Modifier 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 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 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 State> p_predec, Pattern<? super ResultContainer> p_result, Pattern<? super Expression> p_rule, Pattern<? super Boolean> p_inxslt) Modifier and TypeMethodDescriptionprotected void
protected void
protected void
protected void
protected void
protected void
protected void
void
protected void
protected void
protected void
Dump_rt.printscalars
(State e0) boolean
State.set_predec
(State val) Generated by umod; model author's documentation MISSING.protected Format
Modifier and TypeMethodDescription__Patterns.cast_State
(Pattern<? super State> p) State.get_predec
(Pattern<? super 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 CheckedSet<Expression>> p_obligates, Pattern<? super CheckedSet<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) ModifierConstructorDescriptionState
(State predec, ResultContainer result, boolean inxslt) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..".State_perm
(State predec, ResultContainer result, boolean inxslt, Perm rule, PermutationGroup directory) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..".State_rep
(State predec, ResultContainer result, boolean inxslt, GrUnary rule) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..".State_sequ
(State predec, ResultContainer result, boolean inxslt, Seq rule, int position) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..".State_singleton
(State predec, ResultContainer result, boolean inxslt, Reference ref, Definition def, Expression rule) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..".