Modifier and Type | Class and Description |
---|---|
(package private) class |
ImplJTypeParamDef |
Modifier and Type | Method and Description |
---|---|
JTypeParamDef |
JTypeParamDef._extends(java.lang.Class<?> type)
Add an
extends bound to this parameter. |
JTypeParamDef |
ImplJTypeParamDef._extends(java.lang.Class<?> type) |
JTypeParamDef |
JTypeParamDef._extends(JType type)
Add an
extends bound to this parameter. |
JTypeParamDef |
ImplJTypeParamDef._extends(JType type) |
JTypeParamDef |
JTypeParamDef._extends(java.lang.String type)
Add an
extends bound to this parameter. |
JTypeParamDef |
ImplJTypeParamDef._extends(java.lang.String type) |
JTypeParamDef |
JTypeParamDef._super(java.lang.Class<?> type)
Add a
super bound to this parameter. |
JTypeParamDef |
ImplJTypeParamDef._super(java.lang.Class<?> type) |
JTypeParamDef |
JTypeParamDef._super(JType type)
Add a
super bound to this parameter. |
JTypeParamDef |
ImplJTypeParamDef._super(JType type) |
JTypeParamDef |
JTypeParamDef._super(java.lang.String type)
Add a
super bound to this parameter. |
JTypeParamDef |
ImplJTypeParamDef._super(java.lang.String type) |
JTypeParamDef |
AnnotationJClassDef.typeParam(java.lang.String name) |
JTypeParamDef |
JGenericDef.typeParam(java.lang.String name)
Define a type parameter.
|
JTypeParamDef |
AbstractJGeneric.typeParam(java.lang.String name) |
JTypeParamDef |
ImplJAnonymousClassDef.typeParam(java.lang.String name) |
JTypeParamDef |
AbstractJClassDef.typeParam(java.lang.String name) |
JTypeParamDef[] |
JGenericDef.typeParams()
Get all the type parameters defined at the time of invocation.
|
JTypeParamDef[] |
AbstractJGeneric.typeParams() |
JTypeParamDef[] |
ImplJAnonymousClassDef.typeParams() |