Esempio n. 1
0
 public function traceOut($ruleName, $ruleIndex, $inputSymbol = null)
 {
     parent::traceOut($ruleName, $ruleIndex, $this->input->LT(1));
 }
Esempio n. 2
0
 public function traceOut($ruleName, $ruleIndex, $inputSymbol = null)
 {
     $inputSymbol = $this->input->LT(1) . " line=" . $this->getLine() . ":" . $this->getCharPositionInLine();
     parent::traceOut($ruleName, $ruleIndex, $inputSymbol);
 }