模块 com.thoughtworks.qdox
module com.thoughtworks.qdox
-
程序包
导出项程序包说明Provides classes to start constructing a java projectProvides classes which transform the structs from the JavaParser to the Java model elementsProvides the default implementation of the classes which transform the structs from the JavaParser to the Java model elementsProvides classes to visit all files within a directory matching a certain filterProvides 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 existProvides classes reflecting the Java model elements.Provides classes reflecting the Java expressions.Provides the default implementation of the classes reflecting the Java model elements.Provides utility classes supporting the construction of the modelsProvides interfaces and exceptions for both Lexers and ParsersProvides classes which make it possible to resolve expression valuesProvides the implementations of the Lexers and ParsersProvides simple models to be constructed by the parser.Provides classes to write Java model elements in any styleProvides the default implementation of classes to write Java model elements in any style.