All Downloads are FREE. Search and download functionalities are using the official Maven repository.

prerna.sablecc2.parser.State Maven / Gradle / Ivy

The newest version!
/* This file was generated by SableCC (http://www.sablecc.org/). */

package prerna.sablecc2.parser;

import java.util.ArrayList;

final class State
{
    int state;
    ArrayList nodes;

    State(@SuppressWarnings("hiding") int state, @SuppressWarnings("hiding") ArrayList nodes)
    {
        this.state = state;
        this.nodes = nodes;
    }
}