Lines Matching refs:bool
165 public static function hasSLLConflictTerminatingPrediction(int $mode, ATNConfigSet $configs) : bool
208 * @return bool If any configuration in is in a if any configuration in
211 public static function hasConfigInRuleStopState(ATNConfigSet $configs) : bool
229 * @return bool If all configurations in are in a if all configurations in
232 public static function allConfigsInRuleStopStates(ATNConfigSet $configs) : bool
376 * @return bool If every >BitSet in `altsets` {@see BitSet::length()} > 1,
379 public static function allSubsetsConflict(array $altsets) : bool
390 * @return bool `true` if `altsets` contains a {@see BitSet} with
393 public static function hasNonConflictingAltSet(array $altsets) : bool
410 * @return bool `true` if `altsets` contains a {@see BitSet} with
413 public static function hasConflictingAltSet(array $altsets) : bool
429 * @return bool `true` if every member of `altsets` is equal to
432 public static function allSubsetsEqual(array $altsets) : bool
497 public function equals(object $other) : bool
502 public function equivalent(Hashable $left, Hashable $right) : bool
558 public static function hasStateAssociatedWithOneAlt(ATNConfigSet $configs) : bool