Package | Description |
---|---|
com.google.doclava | |
com.google.doclava.apicheck |
Modifier and Type | Method and Description |
---|---|
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() |
Modifier and Type | Method and Description |
---|---|
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) |
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
TypeInfo |
ApiProject.obtainTypeFromString(String name) |
Copyright © 2010-2014 Google. All Rights Reserved.