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