Uses of Class
com.thoughtworks.qdox.parser.structs.TypeDef
-
Packages that use TypeDef Package Description com.thoughtworks.qdox.builder Provides classes which transform the structs from the JavaParser to the Java model elementscom.thoughtworks.qdox.builder.impl Provides the default implementation of the classes which transform the structs from the JavaParser to the Java model elementscom.thoughtworks.qdox.parser.expression Provides classes which make it possible to resolve expression valuescom.thoughtworks.qdox.parser.impl Provides the implementations of the Lexers and Parserscom.thoughtworks.qdox.parser.structs Provides simple models to be constructed by the parser. -
-
Uses of TypeDef in com.thoughtworks.qdox.builder
Methods in com.thoughtworks.qdox.builder with parameters of type TypeDef Modifier and Type Method Description static DefaultJavaTypeTypeAssembler. createUnresolved(TypeDef typeDef, int dimensions, TypeResolver typeResolver)this one is specific for those cases where dimensions can be part of both the type and identifier i.e.static DefaultJavaTypeTypeAssembler. createUnresolved(TypeDef typeDef, TypeResolver typeResolver) -
Uses of TypeDef in com.thoughtworks.qdox.builder.impl
Methods in com.thoughtworks.qdox.builder.impl with parameters of type TypeDef Modifier and Type Method Description private JavaClassDefaultJavaAnnotationAssembler. createType(TypeDef typeDef, int dimensions)private DefaultJavaTypeModelBuilder. createType(TypeDef typeDef, int dimensions)this one is specific for those cases where dimensions can be part of both the type and identifier i.e. -
Uses of TypeDef in com.thoughtworks.qdox.parser.expression
Fields in com.thoughtworks.qdox.parser.expression declared as TypeDef Modifier and Type Field Description private TypeDefCastDef. typeDefprivate TypeDefTypeRefDef. typeDefMethods in com.thoughtworks.qdox.parser.expression that return TypeDef Modifier and Type Method Description TypeDefCastDef. getTypeDef()TypeDefTypeRefDef. getTypeDef()Constructors in com.thoughtworks.qdox.parser.expression with parameters of type TypeDef Constructor Description CastDef(TypeDef type, ElemValueDef value)TypeRefDef(TypeDef typeDef) -
Uses of TypeDef in com.thoughtworks.qdox.parser.impl
Fields in com.thoughtworks.qdox.parser.impl declared as TypeDef Modifier and Type Field Description private TypeDefParser. fieldType(package private) TypeDefParser.Value. typeFields in com.thoughtworks.qdox.parser.impl with type parameters of type TypeDef Modifier and Type Field Description private java.util.List<TypeDef>Parser. typeListprivate java.util.Stack<TypeDef>Parser. typeStackMethods in com.thoughtworks.qdox.parser.impl that return TypeDef Modifier and Type Method Description private static TypeDefBinaryClassParser. getTypeDef(java.lang.Class<?> c)Methods in com.thoughtworks.qdox.parser.impl with parameters of type TypeDef Modifier and Type Method Description private voidParser. makeField(TypeDef field, java.lang.String body, boolean enumConstant) -
Uses of TypeDef in com.thoughtworks.qdox.parser.structs
Subclasses of TypeDef in com.thoughtworks.qdox.parser.structs Modifier and Type Class Description classWildcardTypeDefWildcardTypeDef must be a subclass of TypeDef, so it can be used in other classes.Fields in com.thoughtworks.qdox.parser.structs declared as TypeDef Modifier and Type Field Description private TypeDefMethodDef. returnTypeprivate TypeDefModuleDef.ProvidesDef. serviceprivate TypeDefModuleDef.UsesDef. serviceprivate TypeDefFieldDef. typeprivate TypeDefAnnoDef. typeDefprivate TypeDefWildcardTypeDef. typeDefFields in com.thoughtworks.qdox.parser.structs with type parameters of type TypeDef Modifier and Type Field Description private java.util.List<TypeDef>TypeDef. actualArgumentTypesprivate java.util.List<TypeDef>TypeVariableDef. boundsprivate java.util.Set<TypeDef>MethodDef. exceptionsprivate java.util.Set<TypeDef>ClassDef. extendzprivate java.util.List<TypeDef>ModuleDef.ProvidesDef. implementationsprivate java.util.Set<TypeDef>ClassDef. implementzMethods in com.thoughtworks.qdox.parser.structs that return TypeDef Modifier and Type Method Description TypeDefMethodDef. getReturnType()TypeDefModuleDef.ProvidesDef. getService()TypeDefModuleDef.UsesDef. getService()TypeDefFieldDef. getType()TypeDefAnnoDef. getTypeDef()TypeDefWildcardTypeDef. getTypeDef()Methods in com.thoughtworks.qdox.parser.structs that return types with arguments of type TypeDef Modifier and Type Method Description java.util.List<TypeDef>TypeDef. getActualArgumentTypes()java.util.List<TypeDef>TypeVariableDef. getBounds()java.util.Set<TypeDef>MethodDef. getExceptions()java.util.Set<TypeDef>ClassDef. getExtends()java.util.List<TypeDef>ModuleDef.ProvidesDef. getImplementations()java.util.Set<TypeDef>ClassDef. getImplements()Methods in com.thoughtworks.qdox.parser.structs with parameters of type TypeDef Modifier and Type Method Description voidMethodDef. setReturnType(TypeDef returnType)voidFieldDef. setType(TypeDef type)Method parameters in com.thoughtworks.qdox.parser.structs with type arguments of type TypeDef Modifier and Type Method Description voidTypeDef. setActualArgumentTypes(java.util.List<TypeDef> actualArgumentTypes)voidTypeVariableDef. setBounds(java.util.List<TypeDef> bounds)voidMethodDef. setExceptions(java.util.Set<TypeDef> exceptions)voidClassDef. setExtends(java.util.Set<TypeDef> extendz)voidClassDef. setImplements(java.util.Set<TypeDef> implementz)Constructors in com.thoughtworks.qdox.parser.structs with parameters of type TypeDef Constructor Description AnnoDef(TypeDef typeDef)ProvidesDef(TypeDef service)UsesDef(TypeDef service)WildcardTypeDef(TypeDef typeDef, java.lang.String wildcardExpressionType)Constructor parameters in com.thoughtworks.qdox.parser.structs with type arguments of type TypeDef Constructor Description TypeVariableDef(java.lang.String name, java.util.List<TypeDef> bounds)
-