Uses of Class
org.antlr.analysis.LookaheadSet
Packages that use LookaheadSet
-
Uses of LookaheadSet in org.antlr.analysis
Fields in org.antlr.analysis with type parameters of type LookaheadSetMethods in org.antlr.analysis that return LookaheadSetModifier and TypeMethodDescriptionprotected LookaheadSet
From an NFA state, s, find the set of all labels reachable from s.LookaheadSet.intersection
(LookaheadSet s) LookaheadSet.or
(LookaheadSet other) LookaheadSet.subtract
(LookaheadSet other) Methods in org.antlr.analysis with parameters of type LookaheadSetModifier and TypeMethodDescriptionLookaheadSet.intersection
(LookaheadSet s) LookaheadSet.or
(LookaheadSet other) void
LookaheadSet.orInPlace
(LookaheadSet other) LookaheadSet.subtract
(LookaheadSet other) Constructors in org.antlr.analysis with parameters of type LookaheadSetModifierConstructorDescriptionLL1DFA
(int decisionNumber, NFAState decisionStartState, LookaheadSet[] altLook) From list of lookahead sets (one per alt in decision), create an LL(1) DFA.LookaheadSet
(LookaheadSet other) -
Uses of LookaheadSet in org.antlr.tool
Methods in org.antlr.tool that return LookaheadSetModifier and TypeMethodDescription