public parser() { SNLScanner = new scanner() ; SNLPredict = new Predict("../../Predict.txt") ; SNLProduct = new Product("../../Product.txt") ; error = new ErrorType() ; cur = 0; }
public parser() { SNLScanner = new scanner(); SNLPredict = new Predict("../../Predict.txt"); SNLProduct = new Product("../../Product.txt"); error = new ErrorType(); cur = 0; }