Home
last modified time | relevance | path

Searched refs:LL1Analyzer (Results 1 – 2 of 2) sorted by relevance

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATN.php15 use Antlr\Antlr4\Runtime\LL1Analyzer; alias
108 return (new LL1Analyzer($this))->look($state, null, $context);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DLL1Analyzer.php21 class LL1Analyzer class