Class TypeMaker
- java.lang.Object
-
- gw.gosudoc.com.sun.tools.javadoc.main.TypeMaker
-
@Deprecated public class TypeMaker extends Object
Deprecated.This is NOT part of any supported API. If you write code that depends on this, you do so at your own risk. This code and its internal interfaces are subject to change or deletion without notice.
-
-
Constructor Summary
Constructors Constructor Description TypeMaker()
Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static Type
getType(DocEnv env, com.sun.tools.javac.code.Type t)
Deprecated.static Type
getType(DocEnv env, com.sun.tools.javac.code.Type t, boolean errorToClassDoc)
Deprecated.static Type
getType(DocEnv env, com.sun.tools.javac.code.Type t, boolean errToClassDoc, boolean considerAnnotations)
Deprecated.static String
getTypeName(com.sun.tools.javac.code.Type t, boolean full)
Deprecated.static Type[]
getTypes(DocEnv env, com.sun.tools.javac.util.List<com.sun.tools.javac.code.Type> ts)
Deprecated.Convert a list of javac types into an array of javadoc types.static Type[]
getTypes(DocEnv env, com.sun.tools.javac.util.List<com.sun.tools.javac.code.Type> ts, Type[] res)
Deprecated.Like the above version, but use and return the array given.
-
-
-
Method Detail
-
getType
public static Type getType(DocEnv env, com.sun.tools.javac.code.Type t, boolean errorToClassDoc)
Deprecated.- Parameters:
errToClassDoc
- if true, ERROR type results in a ClassDoc; false preserves legacy behavior
-
getType
public static Type getType(DocEnv env, com.sun.tools.javac.code.Type t, boolean errToClassDoc, boolean considerAnnotations)
Deprecated.
-
getTypes
public static Type[] getTypes(DocEnv env, com.sun.tools.javac.util.List<com.sun.tools.javac.code.Type> ts)
Deprecated.Convert a list of javac types into an array of javadoc types.
-
getTypes
public static Type[] getTypes(DocEnv env, com.sun.tools.javac.util.List<com.sun.tools.javac.code.Type> ts, Type[] res)
Deprecated.Like the above version, but use and return the array given.
-
getTypeName
public static String getTypeName(com.sun.tools.javac.code.Type t, boolean full)
Deprecated.
-
-