Home
last modified time | relevance | path

Searched refs:int (Results 276 – 300 of 743) sorted by path

1...<<11121314151617181920>>...30

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Exceptions/
H A DRecognitionException.php45 /** @var int */
74 public function getOffendingState() : int
79 public function setOffendingState(int $offendingState) : void
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Listeners/
H A DANTLRErrorListener.php24 int $line,
25 int $charPositionInLine,
33 int $startIndex,
34 int $stopIndex,
43 int $startIndex,
44 int $stopIndex,
52 int $startIndex,
53 int $stopIndex,
54 int $prediction,
H A DBaseErrorListener.php24 int $line,
25 int $charPositionInLine,
34 int $startIndex,
35 int $stopIndex,
45 int $startIndex,
46 int $stopIndex,
55 int $startIndex,
56 int $stopIndex,
57 int $prediction,
H A DConsoleErrorListener.php15 int $line,
16 int $charPositionInLine,
H A DDiagnosticErrorListener.php51 int $startIndex,
52 int $stopIndex,
76 int $startIndex,
77 int $stopIndex,
95 int $startIndex,
96 int $stopIndex,
97 int $prediction,
H A DProxyErrorListener.php37 int $line,
38 int $charPositionInLine,
50 int $startIndex,
51 int $stopIndex,
64 int $startIndex,
65 int $stopIndex,
84 int $startIndex,
85 int $stopIndex,
86 int $prediction,
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DInputStream.php14 /** @var int */
17 /** @var int */
57 public function getIndex() : int
62 public function getLength() : int
77 public function LA(int $offset) : int
98 public function LT(int $offset) : int
106 public function mark() : int
111 public function release(int
[all...]
H A DIntStream.php86 public function LA(int $i) : int;
95 * The returned mark is an opaque handle (type `int`) which is passed to
130 * @return int An opaque marker which should be passed to
134 public function mark() : int;
145 * @param int $marker A marker returned by a call to `mark`.
149 public function release(int $marker) : void;
158 public function getIndex() : int;
180 * @param int $index The absolute index to seek to.
182 public function seek(int
[all...]
H A DInterval.php14 /** @var int */
17 /** @var int */
20 public function __construct(int $start, int $stop)
33 public function contains(int $item) : bool
38 public function getLength() : int
H A DIntervalSet.php33 public static function fromInt(int $number) : self
45 public static function fromRange(int $start, int $end) : self
176 public function first() : int
185 public function addOne(int $value) : void
190 public function addRange(int $left, int $right) : void
268 public function contains(int $item) : bool
294 public function length() : int
305 public function removeOne(int
[all...]
H A DLexer.php57 * @var int
64 * @var int
71 * @var int
86 * @var int
93 * @var int
97 /** @var array<int> */
100 /** @var int */
246 public function mode(int $m) : void
251 public function pushMode(int $m) : void
258 public function popMode() : int
[all...]
H A DParser.php61 /** @var array<int> */
108 * @var int
162 * @param int $ttype the token type to match.
171 public function match(int $ttype) : Token
370 public function getNumberOfSyntaxErrors() : int
585 public function enterRule(ParserRuleContext $localctx, int $state, int $ruleIndex) : void
619 public function enterOuterAlt(ParserRuleContext $localctx, int $altNum) : void
641 * @return int The precedence level for the top-most precedence rule, or -1
644 public function getPrecedence() : int
[all...]
H A DParserRuleContext.php165 public function getChild(int $i, ?string $type = null) : ?Tree
188 public function getToken(int $ttype, int $i) : ?TerminalNode
210 public function getTokens(int $ttype) : array
226 public function getTypedRuleContext(string $ctxType, int $i) : ?ParseTree
250 public function getChildCount() : int
H A DRecognizer.php20 /** @var array<string, array<string, int>> */
23 /** @var array<string, array<int, string>> */
32 /** @var int */
53 * @return array<string, int>
92 * @return array<int, string>|null
105 public function getTokenType(string $tokenName) : int
186 public function sempred(?RuleContext $localctx, int $ruleIndex, int $actionIndex) : bool
191 public function precpred(RuleContext $localctx, int $precedence) : bool
196 public function action(?RuleContext $localctx, int
[all...]
H A DRuleContext.php73 * @var int
77 public function __construct(?RuleContext $parent, ?int $invokingState = null)
90 public function depth() : int
150 public function getRuleIndex() : int
162 public function getAltNumber() : int
173 public function setAltNumber(int $altNumber) : void
193 public function getChild(int $i, ?string $type = null) : ?Tree
198 public function getChildCount() : int
H A DToken.php58 public function getType() : int;
63 public function getLine() : int;
69 public function getCharPositionInLine() : int;
76 public function getChannel() : int;
85 public function getTokenIndex() : int;
91 public function getStartIndex() : int;
97 public function getStopIndex() : int;
H A DTokenFactory.php23 int $type,
25 int $channel,
26 int $start,
27 int $stop,
28 int $line,
29 int $charPositionInLine
35 public function create(int $type, string $text) : Token;
H A DTokenSource.php36 * @return int The line number for the current position in the input stream,
39 public function getLine() : int;
45 * @return int The line number for the current position in the input stream,
49 public function getCharPositionInLine() : int;
H A DTokenStream.php21 public function LT(int $k) : ?Token;
37 public function get(int $index) : Token;
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/PredictionContexts/
H A DArrayPredictionContext.php26 * @var array<int>
32 * @param array<int> $returnStates
64 public function getLength() : int
69 public function getParent(int $index) : ?PredictionContext
74 public function getReturnState(int $index) : int
125 protected function computeHashCode() : int
H A DEmptyPredictionContext.php14 public function getLength() : int
24 public function getParent(int $index) : ?PredictionContext
H A DPredictionContext.php15 /** @var int */
18 /** @var int */
33 * private int referenceHashCode() {
34 * int hash = {@see MurmurHash::initialize}({@see PredictionContext::INITIAL_HASH});
36 * for (int i = 0; i < {@see PredictionContext::size()}; i++) {
40 * for (int i = 0; i < {@see PredictionContext::size()}; i++) {
49 * @var int|null
113 public function hashCode() : int
122 abstract protected function computeHashCode() : int;
123 abstract public function getLength() : int;
[all...]
H A DPredictionContextCache.php51 public function length() : int
H A DSingletonPredictionContext.php20 /** @var int */
23 public function __construct(int $returnState, ?PredictionContext $parent = null)
31 public static function create(?PredictionContext $parent, int $returnState) : PredictionContext
41 public function getLength() : int
46 public function getParent(int $index) : ?PredictionContext
55 public function getReturnState(int $index) : int
96 protected function computeHashCode() : int
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Tree/
H A DParseTree.php19 public function getChild(int $i, ?string $type = null) : ?Tree;

1...<<11121314151617181920>>...30