1/* This file was generated by SableCC (http://www.sablecc.org/). */
2
3package com.google.clearsilver.jsilver.syntax.parser;
4
5import java.util.ArrayList;
6
7final class State
8{
9    int state;
10    ArrayList nodes;
11
12    State(@SuppressWarnings("hiding") int state, @SuppressWarnings("hiding") ArrayList nodes)
13    {
14        this.state = state;
15        this.nodes = nodes;
16    }
17}
18