Searched refs:operand (Results 1 – 4 of 4) sorted by relevance
20 public $operand; variable in Antlr\\Antlr4\\Runtime\\Atn\\SemanticContexts\\OrOperator27 foreach ($a->operand as $o) {35 foreach ($b->operand as $o) {53 $this->operand = $operands->getValues();61 return $this->operand;72 foreach ($this->operand as $operand) {73 if ($operand->eval($parser, $parserCallStack)) {86 foreach ($this->operand as $context) {111 foreach ($operands as $operand) {112 $result = $result === null ? $operand : SemanticContext::orContext($result, $operand);[all …]
70 foreach ($this->operands as $operand) {71 if (!$operand->eval($parser, $parserCallStack)) {109 foreach ($operands as $operand) {110 $result = $result === null ? $operand : self::andContext($result, $operand);
65 return \count($result->operand) === 1 ? $result->operand[0] : $result;
103 $operand = $expression->getNode($name);104 if ($operand instanceof OperatorEscapeInterface) {105 $this->escapeConditional($operand, $env, $type);107 $expression->setNode($name, $this->escapeExpression($operand, $env, $type));