Package | Description |
---|---|
eu.bandm.tools.formatfrontends.runtime |
Contains a few auxiliary methods which allow the compiler to
generate a strictly functional code.
|
eu.bandm.tools.message |
Messages and positions in documents,
cf user documentation.
|
eu.bandm.tools.tdom.runtime |
Contains base and auxiliary classes for code generated by tdom.
|
eu.bandm.tools.util |
Collection of mostly unrelated, tiny, ubiquitously needed
auxiliary classes for many different purposes.
|
eu.bandm.tools.util2 |
Ubiquitously needed auxiliary classes which need the
eu.bandm.tools.message package. |
eu.bandm.tools.xantlr.runtime |
Runtime classes for the xantlr
parser.
|
eu.bandm.tools.xantlrtdom |
Glueing code supporting different standard use cases of tdom, xantlr
and both.
|
Package | Description |
---|---|
eu.bandm.tools.format |
Text layout and pretty printing,
cf user documentation.
|
eu.bandm.tools.formatfrontends.runtime |
Contains a few auxiliary methods which allow the compiler to
generate a strictly functional code.
|
eu.bandm.tools.graph |
Mathematical graph tools.
|
eu.bandm.tools.message |
Messages and positions in documents,
cf user documentation.
|
eu.bandm.tools.muli |
Support *MU*lti *LI*ngual user interfaces by advanced translation look-up,
incremental deserialization, etc.
|
eu.bandm.tools.ops | |
eu.bandm.tools.tdom.runtime |
Contains base and auxiliary classes for code generated by tdom.
|
eu.bandm.tools.umod.runtime |
Runtime classes for the model code generated by the
umod-Compiler , esp for data integrity
de/serialization, visualzation, visitors and rewriters. |
eu.bandm.tools.util |
Collection of mostly unrelated, tiny, ubiquitously needed
auxiliary classes for many different purposes.
|
eu.bandm.tools.xantlr.runtime |
Runtime classes for the xantlr
parser.
|
eu.bandm.tools.xantlrtdom |
Glueing code supporting different standard use cases of tdom, xantlr
and both.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ListoidFormatter<T>
Used for creating a collection of formats from a collection
of things, writing an expression in a pure functional style.
|
interface |
MapoidFormatter<D,R>
Used for creating a collection of formats from a collection
of map entries, writing an expression in a pure functional style.
|
class |
TakeAlternativeException
Runtime class for formatting visitors, thrown out of an expression
on the left side of a "?" operator, iff the right side shall be taken instead.
|
class |
TryerCatcher
Runtime class which realizes the "
? " construct, called from
generated, format generating code. |
Modifier and Type | Class and Description |
---|---|
class |
Location<D>
A reference to document parts.
|
class |
LocationMap<D,E>
Facility to translate
Location s, when re-arranging of text fragments
has been performed, and location info must be adjusted accordingly. |
class |
TrafficLight
A graphic object showing a traffic light in different phases.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseMatcher
Super class for all generated matcher classes of a tdom model.
|
class |
BaseVisitor<V extends Visitable<? extends BaseVisitor>> |
interface |
Identifiable
Indicates the presence of an ID attribute.
|
Modifier and Type | Class and Description |
---|---|
class |
NamespaceName
Models the special "equals()" behaviour of xml identifiers with namespace
prefix semantics.
|
class |
Rational
Realizing Rational numbers, internally based on
BigInteger . |
Modifier and Type | Interface and Description |
---|---|
interface |
SAXEventStream
Storage for re-ified SAX events supporting look-ahead.
|
Modifier and Type | Class and Description |
---|---|
class |
EventFilter<N,D>
Trivial implementation of
EventGenerator which throws
away all events. |
interface |
EventGenerator<N,D>
Realizes the run-time implementation for the semantic actions inserted
by xantlr
into any generated parser.
|
class |
HistoryToken
A runtime class for
xantlr.
|
class |
HistoryTokenFilter
Filter for streams of
HistoryToken s, which additionally
compies the memoized information across discarded token. |
class |
SAXEventGenerator
Runtime class for an xantlr generated parser which maps the
AST-representing events onto SAX events.
|
class |
X_LLkParser
Base class for all parsers generated by xantlr,
see user doc.
|
Modifier and Type | Class and Description |
---|---|
class |
XantlrTdom
|
see also the complete user documentation .