Uses of Class
com.sun.codemodel.JTypeVar
-
Packages that use JTypeVar Package Description com.sun.codemodel Library for generating Java source codecom.sun.codemodel.fmt -
-
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.Fields in com.sun.codemodel with type parameters of type JTypeVar Modifier and Type Field Description private java.util.List<JTypeVar>JGenerifiableImpl. typeVariablesLazily created list ofJTypeVars.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(java.lang.String name)JTypeVarJDefinedClass. generify(java.lang.String name, JClass bound)JTypeVarJDefinedClass. generify(java.lang.String name, java.lang.Class<?> bound)JTypeVarJGenerifiable. generify(java.lang.String name)Adds a new type variable to this declaration.JTypeVarJGenerifiable. generify(java.lang.String name, JClass bound)Adds a new type variable to this declaration with a bound.JTypeVarJGenerifiable. generify(java.lang.String name, java.lang.Class<?> bound)Adds a new type variable to this declaration with a bound.JTypeVarJGenerifiableImpl. generify(java.lang.String name)JTypeVarJGenerifiableImpl. generify(java.lang.String name, JClass bound)JTypeVarJGenerifiableImpl. generify(java.lang.String name, java.lang.Class<?> 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 JTypeVar Modifier and Type Method Description protected JClassJArrayClass. substituteParams(JTypeVar[] variables, java.util.List<JClass> bindings)protected abstract JClassJClass. substituteParams(JTypeVar[] variables, java.util.List<JClass> bindings)Substitutes the type variables with their actual arguments.protected JClassJCodeModel.JReferencedClass. substituteParams(JTypeVar[] variables, java.util.List<JClass> bindings)protected JClassJDefinedClass. substituteParams(JTypeVar[] variables, java.util.List<JClass> bindings)protected JClassJDirectClass. substituteParams(JTypeVar[] variables, java.util.List<JClass> bindings)protected JClassJNarrowedClass. substituteParams(JTypeVar[] variables, java.util.List<JClass> bindings)protected JClassJNullType. substituteParams(JTypeVar[] variables, java.util.List<JClass> bindings)protected JClassJTypeVar. substituteParams(JTypeVar[] variables, java.util.List<JClass> bindings)protected JClassJTypeWildcard. substituteParams(JTypeVar[] variables, java.util.List<JClass> bindings) -
Uses of JTypeVar in com.sun.codemodel.fmt
Fields in com.sun.codemodel.fmt declared as JTypeVar Modifier and Type Field Description private JTypeVar[]JStaticJavaFile.JStaticClass. typeParamsMethods in com.sun.codemodel.fmt that return JTypeVar Modifier and Type Method Description JTypeVar[]JStaticJavaFile.JStaticClass. typeParams()Methods in com.sun.codemodel.fmt with parameters of type JTypeVar Modifier and Type Method Description protected JClassJStaticJavaFile.JStaticClass. substituteParams(JTypeVar[] variables, java.util.List<JClass> bindings)
-