public Parameter(FsmState state, Symbol actionSymbol, int index) { this.state = state; this.actionSymbol = actionSymbol; this.index = index; }