Lines Matching defs:pt
2067 PrecedencePredicateTransition $pt,
2076 $pt->precedence
2102 $pt->getPredicate()->eval($this->parser, $this->outerContext) :
2108 $c = new ATNConfig($config, $pt->target);// no pred context
2111 $newSemCtx = SemanticContext::andContext($config->semanticContext, $pt->getPredicate());
2112 $c = new ATNConfig($config, $pt->target, null, $newSemCtx);
2115 $c = new ATNConfig($config, $pt->target);
2125 PredicateTransition $pt,
2134 $pt->ruleIndex,
2135 $pt->predIndex,
2136 $pt->isCtxDependent
2149 if ($collectPredicates && (!$pt->isCtxDependent || $inContext)) {
2161 $pt->getPredicate()->eval($this->parser, $this->outerContext) :
2167 $c = new ATNConfig($config, $pt->target);// no pred context
2170 $newSemCtx = SemanticContext::andContext($config->semanticContext, $pt->getPredicate());
2171 $c = new ATNConfig($config, $pt->target, null, $newSemCtx);
2174 $c = new ATNConfig($config, $pt->target);