Uses of Class
jflex.maven.plugin.jflex.SpecInfo
-
Packages that use SpecInfo Package Description jflex.maven.plugin.jflex -
-
Uses of SpecInfo in jflex.maven.plugin.jflex
Methods in jflex.maven.plugin.jflex that return SpecInfo Modifier and Type Method Description private SpecInfo
JFlexMojo. findSpecInfo(java.io.File lexFile)
(package private) static SpecInfo
LexSimpleAnalyzerUtils. guessSpecInfo(java.io.File lexFile)
Guesses package and class name, and%include
files, based on this grammar definition.(package private) static SpecInfo
LexSimpleAnalyzerUtils. guessSpecInfo(java.io.Reader lexFileReader, java.io.File lexFile)
Guesses package and class name, and%include
files, based on this grammar definition.
-