Exemplo n.º 1
0
 /**
  * @param ChoiceNode $astNode
  *
  *@return bool
  */
 public function preVisitChoiceNode(ChoiceNode $astNode)
 {
     $this->visitContext->pushExpressionMarker($this);
     return true;
 }