Searched refs:operand (Results 1 – 3 of 3) 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;