Uses of Class
com.thoughtworks.qdox.model.Type

Packages that use Type
com.thoughtworks.qdox.model   
com.thoughtworks.qdox.model.annotation   
com.thoughtworks.qdox.parser   
 

Uses of Type in com.thoughtworks.qdox.model
 

Subclasses of Type in com.thoughtworks.qdox.model
 class TypeVariable
           
 class WildcardType
          This class supports both the 'super' and 'extends' wildcards.
 

Fields in com.thoughtworks.qdox.model declared as Type
static Type[] Type.EMPTY_ARRAY
           
static Type Type.VOID
           
 

Methods in com.thoughtworks.qdox.model that return Type
 Type JavaClass.asType()
           
 Type ModelBuilder.createType(String typeName, int dimensions)
           
 Type ModelBuilder.createType(TypeDef typeDef)
           
 Type ModelBuilder.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.
static Type Type.createUnresolved(String name, int dimensions, JavaClassParent context)
           
static Type Type.createUnresolved(TypeDef typeDef, int dimensions, JavaClassParent context)
           
static Type Type.createUnresolved(TypeDef typeDef, JavaClassParent context)
           
 Type[] JavaMethod.getExceptions()
           
 Type[] JavaClass.getImplements()
           
 Type JavaMethod.getPropertyType()
           
 Type JavaMethod.getReturns()
           
 Type JavaClass.getSuperClass()
           
 Type JavaField.getType()
           
 Type Annotation.getType()
           
 Type BeanProperty.getType()
           
 Type JavaParameter.getType()
           
 

Methods in com.thoughtworks.qdox.model with parameters of type Type
 JavaMethod JavaClass.getMethodBySignature(String name, Type[] parameterTypes)
           
 JavaMethod JavaClass.getMethodBySignature(String name, Type[] parameterTypes, boolean superclasses)
           
 JavaMethod[] JavaClass.getMethodsBySignature(String name, Type[] parameterTypes, boolean superclasses)
           
 boolean Type.isA(Type type)
           
 void JavaMethod.setExceptions(Type[] exceptions)
           
 void JavaClass.setImplementz(Type[] implementz)
           
 void JavaMethod.setReturns(Type returns)
           
 void JavaClass.setSuperClass(Type type)
           
 void JavaField.setType(Type type)
           
 void BeanProperty.setType(Type type)
           
 boolean JavaMethod.signatureMatches(String name, Type[] parameterTypes)
           
 

Constructors in com.thoughtworks.qdox.model with parameters of type Type
Annotation(Type type, AbstractBaseJavaEntity context, Map namedParameters, int lineNumber)
           
Annotation(Type type, int line)
           
JavaField(Type type, String name)
           
JavaMethod(Type returns, String name)
           
JavaParameter(Type type, String name)
           
JavaParameter(Type type, String name, boolean varArgs)
           
 

Uses of Type in com.thoughtworks.qdox.model.annotation
 

Methods in com.thoughtworks.qdox.model.annotation that return Type
 Type AnnotationTypeRef.getType()
           
 Type AnnotationCast.getType()
           
 

Constructors in com.thoughtworks.qdox.model.annotation with parameters of type Type
AnnotationCast(Type type, AnnotationValue value)
           
AnnotationTypeRef(Type type)
           
 

Uses of Type in com.thoughtworks.qdox.parser
 

Methods in com.thoughtworks.qdox.parser that return Type
 Type Builder.createType(String name, int dimensions)
          Deprecated.  
 Type Builder.createType(TypeDef name)
           
 



Copyright © 2002-2011. All Rights Reserved.