Home
last modified time | relevance | path

Searched refs:int (Results 226 – 250 of 743) sorted by path

12345678910>>...30

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DLexerActionExecutor.php35 * @var int|null
104 * @param int $offset The current offset to assign to all position-dependent
110 public function fixOffsetBeforeMatch(int $offset) : self
159 * @param int $startIndex The token start index. This value may be
164 public function execute(Lexer $lexer, CharStream $input, int $startIndex) : void
190 public function hashCode() : int
H A DParserATNSimulator.php262 /** @var int */
285 /** @var int */
324 public function adaptivePredict(TokenStream $input, int $decision, ParserRuleContext $outerContext) : int
458 int $startIndex,
460 ) : ?int {
619 * @param int $t The next input symbol
625 public function getExistingTargetState(DFAState $previousD, int $t) : ?DFAState
642 * @param int $t The next input symbol
649 public function computeTargetState(DFA $dfa, DFAState $previousD, int
[all...]
H A DPredictionMode.php165 public static function hasSLLConflictTerminatingPrediction(int $mode, ATNConfigSet $configs) : bool
365 public static function resolvesToJustOneViableAlt(array $altsets) : int
454 public static function getUniqueAlt(array $altsets) : int
510 public function hash(Hashable $value) : int
572 public static function getSingleViableAlt(array $altsets) : int
580 $result = (int) $minAlt;
H A DSimState.php27 /** @var int */
30 /** @var int */
33 /** @var int */
47 public function getIndex() : int
52 public function setIndex(int $index) : void
57 public function getLine() : int
62 public function setLine(int $line) : void
67 public function getCharPos() : int
72 public function setCharPos(int $charPos) : void
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/SemanticContexts/
H A DAndOperator.php129 public function hashCode() : int
H A DOrOperator.php131 public function hashCode() : int
H A DPrecedencePredicate.php13 /** @var int */
16 public function __construct(int $precedence = 0)
35 public function hashCode() : int
H A DPredicate.php13 /** @var int */
16 /** @var int */
22 public function __construct(int $ruleIndex = -1, int $predIndex = -1, bool $isCtxDependent = false)
36 public function hashCode() : int
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/States/
H A DATNState.php53 /** @var int */
59 * @var int
103 public function getNumberOfTransitions() : int
108 public function addTransition(Transition $trans, int $index = -1) : void
123 public function getTransition(int $index) : Transition
128 public function setTransition(Transition $trans, int $index) : void
141 public function removeTransition(int $index) : void
151 public function setRuleIndex(int $ruleIndex) : void
161 public function hashCode() : int
166 abstract public function getStateType() : int;
[all...]
H A DBasicBlockStartState.php9 public function getStateType() : int
H A DBasicState.php9 public function getStateType() : int
H A DBlockEndState.php12 public function getStateType() : int
H A DLoopEndState.php12 public function getStateType() : int
H A DPlusBlockStartState.php12 public function getStateType() : int
H A DPlusLoopbackState.php9 public function getStateType() : int
H A DRuleStartState.php15 public function getStateType() : int
H A DRuleStopState.php9 public function getStateType() : int
H A DStarBlockStartState.php9 public function getStateType() : int
H A DStarLoopEntryState.php25 public function getStateType() : int
H A DStarLoopbackState.php9 public function getStateType() : int
H A DTokensStartState.php9 public function getStateType() : int
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/Transitions/
H A DActionTransition.php11 /** @var int */
14 /** @var int */
24 public function __construct(ATNState $target, int $ruleIndex, int $actionIndex = -1, bool $isCtxDependent = false)
33 public function matches(int $symbol, int $minVocabSymbol, int $maxVocabSymbol) : bool
46 public function getSerializationType() : int
H A DAtomTransition.php12 /** @var int */
15 public function __construct(ATNState $target, int $label)
27 public function matches(int $symbol, int $minVocabSymbol, int $maxVocabSymbol) : bool
32 public function getSerializationType() : int
H A DEpsilonTransition.php11 /** @var int */
14 public function __construct(ATNState $target, int $outermostPrecedenceReturn = -1)
22 * @return int The rule index of a precedence rule for which this transition
29 public function getOutermostPrecedenceReturn() : int
34 public function matches(int $symbol, int $minVocabSymbol, int $maxVocabSymbol) : bool
47 public function getSerializationType() : int
H A DNotSetTransition.php9 public function matches(int $symbol, int $minVocabSymbol, int $maxVocabSymbol) : bool
15 public function getSerializationType() : int

12345678910>>...30