Aggregate |
An automatically created aggregate of properties.
|
AggregateModelAdaptor |
|
ArrayIterator |
Iterator for an array so I don't have to copy the array to a List
just to make it implement Iterator .
|
Coordinate |
A line number and char position within a line.
|
ErrorBuffer |
Used during tests to track all errors.
|
ErrorManager |
|
Interval |
An inclusive interval a..b .
|
MapModelAdaptor |
|
Misc |
|
MultiMap<K,V> |
A hash table that maps a key to a list of elements not just a single.
|
ObjectModelAdaptor<T> |
|
STCompiletimeMessage |
Used for semantic errors that occur at compile time not during
interpretation.
|
STGroupCompiletimeMessage |
|
STLexerMessage |
|
STMessage |
Upon error, ST creates an STMessage or subclass instance and notifies
the listener.
|
STModelAdaptor |
|
STRuntimeMessage |
Used to track errors that occur in the ST interpreter.
|
TypeRegistry<V> |
|