Uses of Class
com.sun.codemodel.JTypeVar
-
Packages that use JTypeVar Package Description com.sun.codemodel Library for generating Java source code -
-
Uses of JTypeVar in com.sun.codemodel
Fields in com.sun.codemodel declared as JTypeVar Modifier and Type Field Description protected static JTypeVar[]JClass. EMPTY_ARRAYSometimes useful reusable empty array.Methods in com.sun.codemodel that return JTypeVar Modifier and Type Method Description JTypeVarJTypeVar. bound(JClass c)Adds a bound to this variable.JTypeVarJDefinedClass. generify(String name)JTypeVarJDefinedClass. generify(String name, JClass bound)JTypeVarJDefinedClass. generify(String name, Class<?> bound)JTypeVarJGenerifiable. generify(String name)Adds a new type variable to this declaration.JTypeVarJGenerifiable. generify(String name, JClass bound)Adds a new type variable to this declaration with a bound.JTypeVarJGenerifiable. generify(String name, Class<?> bound)Adds a new type variable to this declaration with a bound.JTypeVar[]JClass. typeParams()Iterates all the type parameters of this class/interface.JTypeVar[]JDefinedClass. typeParams()JTypeVar[]JGenerifiable. typeParams()Iterates all the type parameters of this class/interface.Methods in com.sun.codemodel with parameters of type JTypeVar Modifier and Type Method Description protected abstract JClassJClass. substituteParams(JTypeVar[] variables, List<JClass> bindings)Substitutes the type variables with their actual arguments.protected JClassJDefinedClass. substituteParams(JTypeVar[] variables, List<JClass> bindings)protected JClassJNullType. substituteParams(JTypeVar[] variables, List<JClass> bindings)protected JClassJTypeVar. substituteParams(JTypeVar[] variables, List<JClass> bindings)
-