Home
last modified time | relevance | path

Searched refs:equals (Results 51 – 75 of 223) sorted by path

123456789

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNConfigSet.php90 * use the standard hash code and equals. We need all configurations with
94 * equals/hashcode operation. All configs but hashed by (s, i, _, pi)
110 && $left->semanticContext->equals($right->semanticContext)
111 && Equality::equals($left->state, $right->state);
119 public function equals(object $other) : bool function in Antlr\\Antlr4\\Runtime\\Atn\\ATNConfigSet::__construct::AnonymousClassfc9deb370100
160 if ($existing->equals($config)) {
282 public function equals(object $other) : bool function in Antlr\\Antlr4\\Runtime\\Atn\\ATNConfigSet
296 && Equality::equals($this->configs, $other->configs)
297 && Equality::equals($this->conflictingAlts, $other->conflictingAlts);
H A DATNDeserializer.php565 if ($excludeTransition !== null && $transition->equals($excludeTransition)) {
569 if ($endState !== null && $transition->target->equals($endState)) {
H A DLexerATNConfig.php58 public function equals(object $other) : bool function in Antlr\\Antlr4\\Runtime\\Atn\\LexerATNConfig
68 if (!parent::equals($other)) {
76 return Equality::equals($this->lexerActionExecutor, $other->lexerActionExecutor);
H A DLexerActionExecutor.php199 public function equals(object $other) : bool function in Antlr\\Antlr4\\Runtime\\Atn\\LexerActionExecutor
207 && Equality::equals($this->lexerActions, $other->lexerActions);
H A DParserATNSimulator.php1013 $reach = $this->removeAllConfigsNotInRuleStopState($reach, $reach->equals($intermediate));
1269 if (!$updatedContext->equals($config->semanticContext)) {
1291 if ($context !== null && $config->context !== null && $context->equals($config->context)) {
1956 if ($returnState->getStateType() === ATNState::BLOCK_END && $returnStateTarget->equals($p)) {
1963 if ($returnState->equals($blockEndState)) {
1969 if ($returnStateTarget->equals($blockEndState)) {
1978 && $returnStateTarget->getTransition(0)->target->equals($p)) {
H A DPredictionMode.php270 * map[c] U= c.{@see ATNConfig::alt alt} # map hash/equals uses s and x,
489 * map[c] U= c.{@see ATNConfig::$alt} # map hash/equals uses s and x,
497 public function equals(object $other) : bool function in Antlr\\Antlr4\\Runtime\\Atn\\PredictionMode::getConflictingAltSubsets::AnonymousClass09c30aa80100
507 && Equality::equals($left->context, $right->context);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/Actions/
H A DLexerChannelAction.php77 public function equals(object $other) : bool function in Antlr\\Antlr4\\Runtime\\Atn\\Actions\\LexerChannelAction
H A DLexerCustomAction.php107 public function equals(object $other) : bool function in Antlr\\Antlr4\\Runtime\\Atn\\Actions\\LexerCustomAction
H A DLexerIndexedCustomAction.php112 public function equals(object $other) : bool function in Antlr\\Antlr4\\Runtime\\Atn\\Actions\\LexerIndexedCustomAction
123 && $this->action->equals($other->action);
H A DLexerModeAction.php71 public function equals(object $other) : bool function in Antlr\\Antlr4\\Runtime\\Atn\\Actions\\LexerModeAction
H A DLexerMoreAction.php65 public function equals(object $other) : bool function in Antlr\\Antlr4\\Runtime\\Atn\\Actions\\LexerMoreAction
H A DLexerPopModeAction.php65 public function equals(object $other) : bool function in Antlr\\Antlr4\\Runtime\\Atn\\Actions\\LexerPopModeAction
H A DLexerPushModeAction.php72 public function equals(object $other) : bool function in Antlr\\Antlr4\\Runtime\\Atn\\Actions\\LexerPushModeAction
H A DLexerSkipAction.php65 public function equals(object $other) : bool function in Antlr\\Antlr4\\Runtime\\Atn\\Actions\\LexerSkipAction
H A DLexerTypeAction.php77 public function equals(object $other) : bool function in Antlr\\Antlr4\\Runtime\\Atn\\Actions\\LexerTypeAction
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/SemanticContexts/
H A DAndOperator.php116 public function equals(object $other) : bool function in Antlr\\Antlr4\\Runtime\\Atn\\SemanticContexts\\AndOperator
126 return Equality::equals($this->operands, $other->operands);
H A DOrOperator.php118 public function equals(object $other) : bool function in Antlr\\Antlr4\\Runtime\\Atn\\SemanticContexts\\OrOperator
128 return Equality::equals($this->operand, $other->operand);
H A DPrecedencePredicate.php40 public function equals(object $other) : bool function in Antlr\\Antlr4\\Runtime\\Atn\\SemanticContexts\\PrecedencePredicate
H A DPredicate.php41 public function equals(object $other) : bool function in Antlr\\Antlr4\\Runtime\\Atn\\SemanticContexts\\Predicate
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/States/
H A DATNState.php80 public function equals(object $other) : bool function in Antlr\\Antlr4\\Runtime\\Atn\\States\\ATNState
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/Transitions/
H A DActionTransition.php51 public function equals(object $other) : bool function in Antlr\\Antlr4\\Runtime\\Atn\\Transitions\\ActionTransition
64 && $this->target->equals($other->target);
H A DAtomTransition.php37 public function equals(object $other) : bool function in Antlr\\Antlr4\\Runtime\\Atn\\Transitions\\AtomTransition
45 && $this->target->equals($other->target);
H A DEpsilonTransition.php52 public function equals(object $other) : bool function in Antlr\\Antlr4\\Runtime\\Atn\\Transitions\\EpsilonTransition
60 && $this->target->equals($other->target);
H A DNotSetTransition.php20 public function equals(object $other) : bool function in Antlr\\Antlr4\\Runtime\\Atn\\Transitions\\NotSetTransition
27 && $this->target->equals($other->target);
H A DPrecedencePredicateTransition.php45 public function equals(object $other) : bool function in Antlr\\Antlr4\\Runtime\\Atn\\Transitions\\PrecedencePredicateTransition
53 && $this->target->equals($other->target);

123456789