Class StackState<S,​I,​P>

  • Type Parameters:
    I - input symbol type
    S - hypothesis state type
    P - hypothesis type

    public final class StackState<S,​I,​P>
    extends Object
    A stack-based state in a procedural system. Consists of a back-reference to the previous stack-element and values for the current top-of-stack configuration.