JTypeParamDef |
JTypeParamDef._extends(java.lang.Class<?> type) |
Add an extends bound to this parameter.
|
JTypeParamDef |
JTypeParamDef._extends(java.lang.String type) |
Add an extends bound to this parameter.
|
JTypeParamDef |
JTypeParamDef._extends(JType type) |
Add an extends bound to this parameter.
|
JTypeParamDef |
JTypeParamDef._super(java.lang.Class<?> type) |
Add a super bound to this parameter.
|
JTypeParamDef |
JTypeParamDef._super(java.lang.String type) |
Add a super bound to this parameter.
|
JTypeParamDef |
JTypeParamDef._super(JType type) |
Add a super bound to this parameter.
|
JTypeParamDef |
JGenericDef.typeParam(java.lang.String name) |
Define a type parameter.
|
JTypeParamDef[] |
JGenericDef.typeParams() |
Get all the type parameters defined at the time of invocation.
|