| Interface | Description |
|---|---|
| Action<T> |
The interface to all actions.
|
| Function.F0<R> |
A function with no arguments.
|
| Function.F1<R,A> |
A function with one argument.
|
| Function.F10<R,A,B,C,D,E,F,G,H,I> |
A function with ten arguments.
|
| Function.F11<R,A,B,C,D,E,F,G,H,I,J> |
A function with eleven arguments.
|
| Function.F12<R,A,B,C,D,E,F,G,H,I,J,K> |
A function with twelve arguments.
|
| Function.F13<R,A,B,C,D,E,F,G,H,I,J,K,L> |
A function with thirteen arguments.
|
| Function.F14<R,A,B,C,D,E,F,G,H,I,J,K,L,M> |
A function with fourteen arguments.
|
| Function.F15<R,A,B,C,D,E,F,G,H,I,J,K,L,M,N> |
A function with fifteen arguments.
|
| Function.F2<R,A,B> |
A function with two arguments.
|
| Function.F3<R,A,B,C> |
A function with three arguments.
|
| Function.F4<R,A,B,C,D> |
A function with four arguments.
|
| Function.F5<R,A,B,C,D,E> |
A function with five arguments.
|
| Function.F6<R,A,B,C,D,E,F> |
A function with six arguments.
|
| Function.F7<R,A,B,C,D,E,F,G> |
A function with seven arguments.
|
| Function.F8<R,A,B,C,D,E,F,G,H> |
A function with eight arguments.
|
| Function.F9<R,A,B,C,D,E,F,G,H> |
A function with nine arguments.
|
| NestedReader.EOFListener |
Event listener to provide notification a stream has reached its
end.
|
| State |
The interface for a global parser state object.
|
| Class | Description |
|---|---|
| EmptyIterator<T> |
An iterator over nothing.
|
| Function |
Function definitions.
|
| NestedReader |
Implementation of a nested reader.
|
| Nonce |
A nonce.
|
| Pair<T> |
Implementation of a pair.
|
| Runtime |
A tool's runtime.
|
| SingletonIterator<T> |
An iterator over one element.
|
| Statistics |
Implementation of a simple statistics collector.
|
| SymbolTable |
A symbol table.
|
| SymbolTable.Scope |
A symbol table scope.
|
| Throughput |
A small utility program to compute a tool's throughput.
|
| Tool |
The superclass of all tools.
|
| Utilities |
Implementation of utilities for language processors, focusing on
strings and I/O.
|
Copyright © 2014. All Rights Reserved.