718719720721722723724725726727728
} /** Get ready to process a new grammar */ public void reset() { super.reset(); blocks = new LList(); lastRuleRef = null; ruleEnd = null; ruleBlock = null; nested = 0; currentExceptionSpec = null;
576577578579580581582583584585586
} public void reset() { super.reset(); this.blocks = new LList(); this.lastRuleRef = null; this.ruleEnd = null; this.ruleBlock = null; this.nested = 0; this.currentExceptionSpec = null;