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.Fields in com.sun.codemodel with type parameters of type JTypeVarModifier and TypeFieldDescriptionJGenerifiableImpl.typeVariablesLazily created list ofJTypeVars.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[]JCodeModel.JReferencedClass.typeParams()JTypeVar[]JDefinedClass.typeParams()JTypeVar[]JGenerifiable.typeParams()Iterates all the type parameters of this class/interface.JTypeVar[]JGenerifiableImpl.typeParams()Methods in com.sun.codemodel with parameters of type JTypeVarModifier and TypeMethodDescriptionprotected JClassJArrayClass.substituteParams(JTypeVar[] variables, List<JClass> bindings) protected abstract JClassJClass.substituteParams(JTypeVar[] variables, List<JClass> bindings) Substitutes the type variables with their actual arguments.protected JClassJCodeModel.JReferencedClass.substituteParams(JTypeVar[] variables, List<JClass> bindings) protected JClassJDefinedClass.substituteParams(JTypeVar[] variables, List<JClass> bindings) protected JClassJDirectClass.substituteParams(JTypeVar[] variables, List<JClass> bindings) protected JClassJNarrowedClass.substituteParams(JTypeVar[] variables, List<JClass> bindings) protected JClassJNullType.substituteParams(JTypeVar[] variables, List<JClass> bindings) protected JClassJTypeVar.substituteParams(JTypeVar[] variables, List<JClass> bindings) protected JClassJTypeWildcard.substituteParams(JTypeVar[] variables, List<JClass> bindings) -
Uses of JTypeVar in com.sun.codemodel.fmt
Fields in com.sun.codemodel.fmt declared as JTypeVarModifier and TypeFieldDescriptionprivate final JTypeVar[]JStaticJavaFile.JStaticClass.typeParamsMethods in com.sun.codemodel.fmt that return JTypeVarMethods in com.sun.codemodel.fmt with parameters of type JTypeVarModifier and TypeMethodDescriptionprotected JClassJStaticJavaFile.JStaticClass.substituteParams(JTypeVar[] variables, List<JClass> bindings)