See: Description
Interface | Description |
---|---|
Displayable |
bt [__] ??
|
Operators.BinRel<X> |
Represents binary relations on a single type.
|
Operators.Cons<X,S> |
Represents consuming automata with input type
X and
state type S . |
Operators.Fun<X,Y> |
Represents functions with input type
X and output
type Y . |
Operators.ICons<X,S> | |
Operators.MCons<X,S> | |
Operators.MProd<X,S> | |
Operators.MultiFun<X,Y> |
Represents multi-valued functions with domain
X and
codomain Y . |
Operators.Rel<X,Y> | |
Operators.State<S> | |
Operators.Test<X> | |
Operators.Visit<X> | |
StackTraceFilter |
Embedded domain-specific language for matching of stack trace elements.
|
Trie.Automaton<K,V> |
Class | Description |
---|---|
AttributeMap |
Adds standard behaviour to the SAX attributes implementation.
|
BitInputStream |
bt [__] ??????
|
BitOutputStream |
bt [__] ??????
|
CallXalan |
Main method accessing the xalan tool
as included in the java runtime environment.
|
Checks | |
Checks.Check<A> | |
Checks.IntCheck | |
ClassProbe |
Defines static methods for finding recursive static references to
classes via breadth-first search.
|
ComparatorChain<T> |
Combines more than one
Comparator s. |
ConfigurableClassLoader |
A class loader that mimics the
-classpath behavior of
java . |
ContentProxy |
A
ContentHandler which propagates all SAX events (api calls)
identically to the receiver in ContentProxy.out . |
DefaultContentHandler |
A
SAX ContentHandler which discards all events. |
Display |
bt [__] ??????
|
DOM2SAXConverter |
Serializes a document (given as a
w3c dom in local
implementation) into a sequence of sax calls. |
DynamicEnum<T> | |
DynamicEnum.Coproduct<T> | |
DynamicEnum.Item<T> | |
DynamicEnum.Product<T> | |
DynamicMatcher<C> |
An abstract base class for reflection-based type case
distinctions.
|
DynamicRewriter<C> |
An abstract base class for reflection-based type case
distinctions.
|
DynamicVisitor<C> |
An abstract base class for reflection-based type case
distinctions.
|
FilenameUtils | |
FileTree |
Creates a javax swing JTree object which represents
the structure of a certain tree in a file system.
|
FileTree.Visitor | |
FileVisitor |
Applies visitor style pattern to file system trees.
|
HttpHeader |
Consumes input from an Inputstream and stores it in
key/value pairs, as long as no empty line is found.
|
JavaConfigure | |
LookaheadIterator<T> |
An iterator which additionally allows arbitrary deep look-ahead.
|
MakeMakefile |
Creates a skeleton Makefile for a user project which employs meta-tools.
|
NamespaceName |
Models the special "equals()" behaviour of xml identifiers with namespace
prefix semantics.
|
NamespaceName2String |
Maintains a map from to
String , and reads file format. |
Operators | Deprecated
use
eu.bandm.tools.ops.* instead. |
Operators.AbstractBinRel<X> | |
Operators.AbstractEquivalence<X> | |
Operators.AbstractMCons<X,S> | |
Operators.AbstractMProd<X,S> | |
Operators.AbstractPartialOrder<X> | |
Operators.AbstractState<S> | |
OperatorsFusion | Deprecated |
OperatorsReflect | Deprecated |
ParameterExpander |
Processor for parameter substitution in character streams.
|
ParameterExpander.Parameter | |
PostAndUrlReader |
Decodes key/value pairs, as they occur in http connections, and stores
them to a map.
|
PrimeFactors_bigInteger |
Represents a prime factorization of a BigInteger, using internal cache.
|
PrintWriter_flushing |
Needed for debugging purpose, due to inconsistent java lib
flushing strategy.
|
PrintWriter_limited |
Needed for diagnosis print out, print only the first n characters
of a structure which would otherwise be (ergonomically) too large for the context.
|
Rational |
Realizing Rational numbers, internally based on
BigInteger . |
RationalComparator<A> | |
Resource |
Aux functions for dealing with "resources" in the
java sense, i.e.
|
SAT<P> |
Solver for propositional formulas in conjunctive normal form.
|
SAT.Clause<P> |
Disjunction of literals.
|
SAT.Form<P> |
Conjunction of clauses.
|
SAT.Literal<P> |
Optionally negated propositional variable.
|
SAX2DOMConverter |
De-Serializes a document given by a sequence of SAX calls
into a static
w3c dom representation
(in some local implementation, accessed via the JAXP architecture).Usage sequence: (1) call sdc = new SAX2DOMConverter() (2) call sdc.setDOMImplementation(DOMImplementation) (E.g. |
SaxAuthor |
API for conveniently creating sequences of SAX events, more likely
to be well-formed.
|
SaxDumper |
A
ContentHandler which dumps all sax events for debugging
purpose. |
SaxFilter | Deprecated |
SimpleConfig |
Reads simple "key blank value linefeed" lines and
decodes them to configuration parameters.
|
SimpleFilePattern |
Maps an input file name to an output file name according to a
very simple pattern rule inspired by "patsubst" from "make".
|
StaticLinker | Deprecated
use
JarLinker instead,
which supports command line options. |
StreamsReadersWriters | |
StreamsReadersWriters.CaseChangeReader |
Converts all characters read to lower or to upper.
|
SwingExecSync |
Worker for transparently executing code which accesses
swing resources from within the swing execution thread and from outside.
|
SwingForester |
ml [__] ???????
|
TeeContentHandler |
Delivers SAX events and SAX error messages to more than one
target.
|
Trees |
bt [__] ????
|
Trees.LeafMap | |
Trees.LeafVisitor | |
Trie<K extends Comparable<? super K>,V> |
Implementation of optimized prefix retrieval data structures.
|
Trie.Evaluator<K extends Comparable<? super K>,V> |
Realizes alebraic operation on Tries.
|
Trie.Functor<K extends Comparable<? super K>> | |
Trie.Node<K extends Comparable<? super K>,V> |
Immutable data, each instance represents one "cell" (inner node or leave) of
the whole Trie.
|
Vt100 |
Supplies escape codes for modifyint the appearance of subsequent text
on a "VT-100" terminal, which is a widely used standard.
|
Enum | Description |
---|---|
EBNFModifier |
Exception | Description |
---|
eu.bandm.tools.message
package, or just the
Location
type therefrom.
These are found in eu.bandm.tools.util2
.
eu.bandm.tools.option
compiler. These are found in
eu.bandm.tools.util3
.see also the complete user documentation .