Uses of Class
com.google.doclava.TypeInfo

Packages that use TypeInfo
com.google.doclava   
com.google.doclava.apicheck   
 

Uses of TypeInfo in com.google.doclava
 

Methods in com.google.doclava that return TypeInfo
 TypeInfo ClassInfo.asTypeInfo()
           
 TypeInfo ThrowsTagInfo.exceptionType()
           
 TypeInfo[] ClassInfo.getTypeParameters()
           
 TypeInfo[] MethodInfo.getTypeParameters()
           
static TypeInfo Converter.obtainTypeFromString(String type)
           
 TypeInfo MethodInfo.returnType()
           
 TypeInfo ClassInfo.superclassType()
          always the real superclass, not the collapsed one we get through superclass(), also has the type parameter info if it's generic.
 TypeInfo FieldInfo.type()
           
 TypeInfo[] TypeInfo.typeArguments()
           
 

Methods in com.google.doclava with parameters of type TypeInfo
 void ClassInfo.init(TypeInfo typeInfo, ClassInfo[] interfaces, TypeInfo[] interfaceTypes, ClassInfo[] innerClasses, MethodInfo[] constructors, MethodInfo[] methods, MethodInfo[] annotationElements, FieldInfo[] fields, FieldInfo[] enumConstants, PackageInfo containingPackage, ClassInfo containingClass, ClassInfo superclass, TypeInfo superclassType, AnnotationInstanceInfo[] annotations)
           
 void ClassInfo.init(TypeInfo typeInfo, ClassInfo[] interfaces, TypeInfo[] interfaceTypes, ClassInfo[] innerClasses, MethodInfo[] constructors, MethodInfo[] methods, MethodInfo[] annotationElements, FieldInfo[] fields, FieldInfo[] enumConstants, PackageInfo containingPackage, ClassInfo containingClass, ClassInfo superclass, TypeInfo superclassType, AnnotationInstanceInfo[] annotations)
           
 void ClassInfo.init3(TypeInfo[] types, ClassInfo[] realInnerClasses)
           
static void TypeInfo.makeHDF(com.google.clearsilver.jsilver.data.Data data, String base, TypeInfo[] types, boolean qualified)
           
static void TypeInfo.makeHDF(com.google.clearsilver.jsilver.data.Data data, String base, TypeInfo[] types, boolean qualified, HashSet<String> typeVariables)
           
 void ClassInfo.setTypeInfo(TypeInfo typeInfo)
           
static String TypeInfo.typeArgumentsName(TypeInfo[] args, HashSet<String> typeVars)
           
 

Constructors in com.google.doclava with parameters of type TypeInfo
FieldInfo(String name, ClassInfo containingClass, ClassInfo realContainingClass, boolean isPublic, boolean isProtected, boolean isPackagePrivate, boolean isPrivate, boolean isFinal, boolean isStatic, boolean isTransient, boolean isVolatile, boolean isSynthetic, TypeInfo type, String rawCommentText, Object constantValue, SourcePositionInfo position, AnnotationInstanceInfo[] annotations)
           
MethodInfo(String rawCommentText, TypeInfo[] typeParameters, String name, String signature, ClassInfo containingClass, ClassInfo realContainingClass, boolean isPublic, boolean isProtected, boolean isPackagePrivate, boolean isPrivate, boolean isFinal, boolean isStatic, boolean isSynthetic, boolean isAbstract, boolean isSynchronized, boolean isNative, boolean isAnnotationElement, String kind, String flatSignature, MethodInfo overriddenMethod, TypeInfo returnType, ParameterInfo[] parameters, ClassInfo[] thrownExceptions, SourcePositionInfo position, AnnotationInstanceInfo[] annotations)
           
MethodInfo(String rawCommentText, TypeInfo[] typeParameters, String name, String signature, ClassInfo containingClass, ClassInfo realContainingClass, boolean isPublic, boolean isProtected, boolean isPackagePrivate, boolean isPrivate, boolean isFinal, boolean isStatic, boolean isSynthetic, boolean isAbstract, boolean isSynchronized, boolean isNative, boolean isAnnotationElement, String kind, String flatSignature, MethodInfo overriddenMethod, TypeInfo returnType, ParameterInfo[] parameters, ClassInfo[] thrownExceptions, SourcePositionInfo position, AnnotationInstanceInfo[] annotations)
           
ParameterInfo(String name, String typeName, TypeInfo type, boolean isVarArg, SourcePositionInfo position)
           
 

Uses of TypeInfo in com.google.doclava.apicheck
 

Methods in com.google.doclava.apicheck that return TypeInfo
 TypeInfo ApiProject.obtainTypeFromString(String name)
           
 



Copyright © 2010-2013 Google. All Rights Reserved.