Uses of Class
com.sun.codemodel.JTypeVar
Packages that use JTypeVar
-
Uses of JTypeVar in com.sun.codemodel
Fields in com.sun.codemodel declared as JTypeVarModifier and TypeFieldDescriptionprotected static final JTypeVar[]JClass.EMPTY_ARRAYSometimes useful reusable empty array.Methods in com.sun.codemodel that return JTypeVarModifier and TypeMethodDescriptionAdds a bound to this variable.Adds a new type variable to this declaration.Adds a new type variable to this declaration with a 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 JTypeVarModifier and TypeMethodDescriptionprotected 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)