Uses of Interface
com.thoughtworks.qdox.parser.JavaLexer
-
Packages that use JavaLexer Package Description com.thoughtworks.qdox.library Provides classes to construct a classloader-like structure of libraries There are two types of ClassLibraryBuilders:SortedClassLibraryBuilder
, which bundles the libraries by typeOrderedClassLibraryBuilder
, which respects the order of added libraries There are four types of ClassLibraries:ClassLoaderLibrary
, which uses the classpath to search for sources or binariesSourceLibrary
, which uses a specific sourcefileSourceFolderLibrary
, which tries to locate sourcefiles by translating the package to foldersClassNameLibrary
, which generates an anonymous class, as if it would existcom.thoughtworks.qdox.parser.impl Provides the implementations of the Lexers and Parsers -
-
Uses of JavaLexer in com.thoughtworks.qdox.library
Methods in com.thoughtworks.qdox.library with parameters of type JavaLexer Modifier and Type Method Description private Builder
SourceLibrary. parse(JavaLexer lexer, java.net.URL url)
-
Uses of JavaLexer in com.thoughtworks.qdox.parser.impl
Classes in com.thoughtworks.qdox.parser.impl that implement JavaLexer Modifier and Type Class Description class
JFlexLexer
This class is a scanner generated by JFlex 1.7.0 from the specification file src/grammar/lexer.flexFields in com.thoughtworks.qdox.parser.impl declared as JavaLexer Modifier and Type Field Description private JavaLexer
Parser. lexer
Constructors in com.thoughtworks.qdox.parser.impl with parameters of type JavaLexer Constructor Description Parser(JavaLexer lexer, Builder builder)
-