Uses of Class
org.mule.devkit.doclet.TypeInfo

Packages that use TypeInfo
org.mule.devkit.doclet   
org.mule.devkit.doclet.apicheck   
 

Uses of TypeInfo in org.mule.devkit.doclet
 

Methods in org.mule.devkit.doclet that return TypeInfo
 TypeInfo ClassInfo.asTypeInfo()
           
 TypeInfo ThrowsTagInfo.exceptionType()
           
 TypeInfo[] MethodInfo.getTypeParameters()
           
 TypeInfo[] ClassInfo.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 org.mule.devkit.doclet 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, Set<String> typeVariables)
           
 void ClassInfo.setTypeInfo(TypeInfo typeInfo)
           
static String TypeInfo.typeArgumentsName(TypeInfo[] args, HashSet<String> typeVars)
           
 

Constructors in org.mule.devkit.doclet 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)
           
ParameterInfo(String name, String typeName, TypeInfo type, boolean isVarArg, SourcePositionInfo position, AnnotationInstanceInfo[] annotations)
           
 

Uses of TypeInfo in org.mule.devkit.doclet.apicheck
 

Methods in org.mule.devkit.doclet.apicheck that return TypeInfo
 TypeInfo ApiProject.obtainTypeFromString(String name)
           
 



Copyright © 2010–2014 MuleSoft, Inc.. All rights reserved.