Class Parser.Output<D,T>

java.lang.Object
eu.bandm.tools.ramus.runtime2.Parser.Output<D,T>
Type Parameters:
D - the type of source document identifiers
T - the type of token types; typically an enum type
Enclosing class:
Parser<D,T>

public static class Parser.Output<D,T> extends Object
Immutable parser transition outputs. Each output is a pair of the next input state and the reified semantic side effect of a parsing transition.