Uses of Class
org.javacc.parser.MatchInfo
-
Packages that use MatchInfo Package Description org.javacc.parser A grammar and lexer generator. -
-
Uses of MatchInfo in org.javacc.parser
Fields in org.javacc.parser with type parameters of type MatchInfo Modifier and Type Field Description private java.util.ArrayList<MatchInfo>LookaheadWalk. sizeLimitedMatchesMethods in org.javacc.parser that return MatchInfo Modifier and Type Method Description private static MatchInfoLookaheadCalc. overlap(java.util.List<MatchInfo> v1, java.util.List<MatchInfo> v2)Methods in org.javacc.parser that return types with arguments of type MatchInfo Modifier and Type Method Description (package private) java.util.List<MatchInfo>LookaheadWalk. genFirstSet(java.util.List<MatchInfo> partialMatches, Expansion exp)(package private) java.util.List<MatchInfo>LookaheadWalk. genFollowSet(java.util.List<MatchInfo> partialMatches, Expansion exp, long generation, Semanticize semanticize)java.util.ArrayList<MatchInfo>LookaheadWalk. getSizeLimitedMatches()Gets theLookaheadWalk.sizeLimitedMatches.Methods in org.javacc.parser with parameters of type MatchInfo Modifier and Type Method Description private static java.lang.StringLookaheadCalc. image(MatchInfo m, Context context)Method parameters in org.javacc.parser with type arguments of type MatchInfo Modifier and Type Method Description (package private) java.util.List<MatchInfo>LookaheadWalk. genFirstSet(java.util.List<MatchInfo> partialMatches, Expansion exp)(package private) java.util.List<MatchInfo>LookaheadWalk. genFollowSet(java.util.List<MatchInfo> partialMatches, Expansion exp, long generation, Semanticize semanticize)private static booleanLookaheadCalc. javaCodeCheck(java.util.List<MatchInfo> v)private voidLookaheadWalk. listAppend(java.util.List<MatchInfo> vToAppendTo, java.util.List<MatchInfo> vToAppend)private voidLookaheadWalk. listSplit(java.util.List<MatchInfo> toSplit, java.util.List<MatchInfo> mask, java.util.List<MatchInfo> partInMask, java.util.List<MatchInfo> rest)private static MatchInfoLookaheadCalc. overlap(java.util.List<MatchInfo> v1, java.util.List<MatchInfo> v2)
-