|
Interface Summary |
| 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. |