blob: f4e96bd0e408a4cfe5dc8d29a6ed784cc81759a9 [file] [log] [blame]
/* This file was generated by SableCC (http://www.sablecc.org/). */
package com.google.clearsilver.jsilver.syntax.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;
}
}