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_ARRAY
Sometimes useful reusable empty array.Fields in com.sun.codemodel with type parameters of type JTypeVarModifier and TypeFieldDescriptionJGenerifiableImpl.typeVariables
Lazily created list ofJTypeVar
s.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 JClass
JArrayClass.substituteParams
(JTypeVar[] variables, List<JClass> bindings) protected abstract JClass
JClass.substituteParams
(JTypeVar[] variables, List<JClass> bindings) Substitutes the type variables with their actual arguments.protected JClass
JCodeModel.JReferencedClass.substituteParams
(JTypeVar[] variables, List<JClass> bindings) protected JClass
JDefinedClass.substituteParams
(JTypeVar[] variables, List<JClass> bindings) protected JClass
JDirectClass.substituteParams
(JTypeVar[] variables, List<JClass> bindings) protected JClass
JNarrowedClass.substituteParams
(JTypeVar[] variables, List<JClass> bindings) protected JClass
JNullType.substituteParams
(JTypeVar[] variables, List<JClass> bindings) protected JClass
JTypeVar.substituteParams
(JTypeVar[] variables, List<JClass> bindings) protected JClass
JTypeWildcard.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.typeParams
Methods in com.sun.codemodel.fmt that return JTypeVarMethods in com.sun.codemodel.fmt with parameters of type JTypeVarModifier and TypeMethodDescriptionprotected JClass
JStaticJavaFile.JStaticClass.substituteParams
(JTypeVar[] variables, List<JClass> bindings)