public void setInput(String inputString) { lookAheadBuffer = new int[_lookAhead]; this.input = new StringReader(inputString); fillLookAheadBuffer(); }