Exemplo n.º 1
0
 public Parameter(FsmState state, Symbol actionSymbol, int index)
 {
     this.state = state;
     this.actionSymbol = actionSymbol;
     this.index = index;
 }
Exemplo n.º 2
0
 public Parameter(FsmState state, Symbol actionSymbol, int index)
 {
     this.state        = state;
     this.actionSymbol = actionSymbol;
     this.index        = index;
 }