Uses of Class
org.javacc.parser.Lookahead
Packages that use Lookahead
Package
Description
Generates BNF documentation from a grammar.
A grammar and lexer generator.
-
Uses of Lookahead in org.javacc.jjdoc
Methods in org.javacc.jjdoc with parameters of type LookaheadModifier and TypeMethodDescriptionprivate static voidJJDoc.emitExpansionLookahead(Lookahead l, Generator gen, JJDocContext context) voidBNFGenerator.lookAheadEnd(Lookahead l) voidGenerator.lookAheadEnd(Lookahead l) voidJCCGenerator.lookAheadEnd(Lookahead l) voidTextGenerator.lookAheadEnd(Lookahead l) voidBNFGenerator.lookAheadStart(Lookahead l) voidGenerator.lookAheadStart(Lookahead l) voidJCCGenerator.lookAheadStart(Lookahead l) voidTextGenerator.lookAheadStart(Lookahead l) -
Uses of Lookahead in org.javacc.parser
Methods in org.javacc.parser that return LookaheadConstructors in org.javacc.parser with parameters of type Lookahead