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_ARRAY
Sometimes 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. typeVariables
Lazily created list ofJTypeVar
s.Methods in com.sun.codemodel that return JTypeVar Modifier and Type Method Description JTypeVar
JTypeVar. bound(JClass c)
Adds a bound to this variable.JTypeVar
JDefinedClass. generify(java.lang.String name)
JTypeVar
JDefinedClass. generify(java.lang.String name, JClass bound)
JTypeVar
JDefinedClass. generify(java.lang.String name, java.lang.Class<?> bound)
JTypeVar
JGenerifiable. generify(java.lang.String name)
Adds a new type variable to this declaration.JTypeVar
JGenerifiable. generify(java.lang.String name, JClass bound)
Adds a new type variable to this declaration with a bound.JTypeVar
JGenerifiable. generify(java.lang.String name, java.lang.Class<?> bound)
Adds a new type variable to this declaration with a bound.JTypeVar
JGenerifiableImpl. generify(java.lang.String name)
JTypeVar
JGenerifiableImpl. generify(java.lang.String name, JClass bound)
JTypeVar
JGenerifiableImpl. 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 JClass
JArrayClass. substituteParams(JTypeVar[] variables, java.util.List<JClass> bindings)
protected abstract JClass
JClass. substituteParams(JTypeVar[] variables, java.util.List<JClass> bindings)
Substitutes the type variables with their actual arguments.protected JClass
JCodeModel.JReferencedClass. substituteParams(JTypeVar[] variables, java.util.List<JClass> bindings)
protected JClass
JDefinedClass. substituteParams(JTypeVar[] variables, java.util.List<JClass> bindings)
protected JClass
JDirectClass. substituteParams(JTypeVar[] variables, java.util.List<JClass> bindings)
protected JClass
JNarrowedClass. substituteParams(JTypeVar[] variables, java.util.List<JClass> bindings)
protected JClass
JNullType. substituteParams(JTypeVar[] variables, java.util.List<JClass> bindings)
protected JClass
JTypeVar. substituteParams(JTypeVar[] variables, java.util.List<JClass> bindings)
protected JClass
JTypeWildcard. 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. typeParams
Methods 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 JClass
JStaticJavaFile.JStaticClass. substituteParams(JTypeVar[] variables, java.util.List<JClass> bindings)
-