Uses of Interface
org.jboss.jdeparser.JTypeParamDef
-
-
Uses of JTypeParamDef in org.jboss.jdeparser
Classes in org.jboss.jdeparser that implement JTypeParamDef Modifier and Type Class Description (package private) class
ImplJTypeParamDef
Methods in org.jboss.jdeparser that return JTypeParamDef Modifier and Type Method Description JTypeParamDef
ImplJTypeParamDef. _extends(java.lang.Class<?> type)
JTypeParamDef
ImplJTypeParamDef. _extends(java.lang.String type)
JTypeParamDef
ImplJTypeParamDef. _extends(JType type)
JTypeParamDef
JTypeParamDef. _extends(java.lang.Class<?> type)
Add anextends
bound to this parameter.JTypeParamDef
JTypeParamDef. _extends(java.lang.String type)
Add anextends
bound to this parameter.JTypeParamDef
JTypeParamDef. _extends(JType type)
Add anextends
bound to this parameter.JTypeParamDef
ImplJTypeParamDef. _super(java.lang.Class<?> type)
JTypeParamDef
ImplJTypeParamDef. _super(java.lang.String type)
JTypeParamDef
ImplJTypeParamDef. _super(JType type)
JTypeParamDef
JTypeParamDef. _super(java.lang.Class<?> type)
Add asuper
bound to this parameter.JTypeParamDef
JTypeParamDef. _super(java.lang.String type)
Add asuper
bound to this parameter.JTypeParamDef
JTypeParamDef. _super(JType type)
Add asuper
bound to this parameter.JTypeParamDef
AbstractJClassDef. typeParam(java.lang.String name)
JTypeParamDef
AbstractJGeneric. typeParam(java.lang.String name)
JTypeParamDef
AnnotationJClassDef. typeParam(java.lang.String name)
JTypeParamDef
ImplJAnonymousClassDef. typeParam(java.lang.String name)
JTypeParamDef
JGenericDef. typeParam(java.lang.String name)
Define a type parameter.JTypeParamDef[]
AbstractJGeneric. typeParams()
JTypeParamDef[]
ImplJAnonymousClassDef. typeParams()
JTypeParamDef[]
JGenericDef. typeParams()
Get all the type parameters defined at the time of invocation.
-