Ejemplo n.º 1
0
 public function traceOut($ruleName, $ruleIndex, $inputSymbol = null)
 {
     parent::traceOut($ruleName, $ruleIndex, $this->input->LT(1));
 }
Ejemplo 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);
 }