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