Home
last modified time | relevance | path

Searched refs:Predicate (Results 1 – 3 of 3) sorted by relevance

/template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/Transitions/
H A DPredicateTransition.php7 use Antlr\Antlr4\Runtime\Atn\SemanticContexts\Predicate; alias
39 public function getPredicate() : Predicate
41 return new Predicate($this->ruleIndex, $this->predIndex, $this->isCtxDependent);
/template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/SemanticContexts/
H A DSemanticContext.php27 public static function none() : Predicate
31 return $none = $none ?? new Predicate();
H A DPredicate.php11 final class Predicate extends SemanticContext class