Package com.thoughtworks.qdox.parser.structs
Provides simple models to be constructed by the parser.
With these objects the ModeLbuilder constructs a complete Java Model
-
Class Summary Class Description AnnoDef ClassDef CompactConstructorDef FieldDef Used for both fields and parametersInitDef LocatedDef MethodDef ModuleDef ModuleDef.ExportsDef ModuleDef.OpensDef ModuleDef.ProvidesDef ModuleDef.RequiresDef ModuleDef.UsesDef PackageDef RecordFieldsDef TagDef TypeDef TypeVariableDef WildcardTypeDef WildcardTypeDef must be a subclass of TypeDef, so it can be used in other classes.