Home
last modified time | relevance | path

Searched defs:ttype (Results 1 – 5 of 5) sorted by relevance

/template/strap/vendor/antlr/antlr4-php-runtime/src/
DParserRuleContext.php188 public function getToken(int $ttype, int $i) : ?TerminalNode
210 public function getTokens(int $ttype) : array
DWritableToken.php11 public function setType(int $ttype) : void;
DParser.php171 public function match(int $ttype) : Token
/template/strap/vendor/antlr/antlr4-php-runtime/src/Tree/
DTrees.php124 public static function findAllTokenNodes(ParseTree $tree, int $ttype) : array
/template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/
DParserATNSimulator.php1302 protected function getReachableTarget(Transition $trans, int $ttype) : ?ATNState