Ejemplo n.º 1
0
 public Verify(string resultExp, int limitValue, SymbolTable _st)
 {
     this.limitValue = limitValue;
     this.dirVar     = _st.getDir(resultExp);
 }