Package org.jboss.jdeparser
Interface JTypeParamDef
public interface JTypeParamDef
A type parameter definition.
- Author:
- David M. Lloyd
-
Method Summary
Modifier and TypeMethodDescriptionAdd anextends
bound to this parameter.Add anextends
bound to this parameter.Add anextends
bound to this parameter.Add asuper
bound to this parameter.Add asuper
bound to this parameter.Add asuper
bound to this parameter.
-
Method Details
-
_extends
Add anextends
bound to this parameter.- Parameters:
type
- the bound type- Returns:
- this type parameter definition
-
_extends
Add anextends
bound to this parameter.- Parameters:
type
- the bound type- Returns:
- this type parameter definition
-
_extends
Add anextends
bound to this parameter.- Parameters:
type
- the bound type- Returns:
- this type parameter definition
-
_super
Add asuper
bound to this parameter.- Parameters:
type
- the bound type- Returns:
- this type parameter definition
-
_super
Add asuper
bound to this parameter.- Parameters:
type
- the bound type- Returns:
- this type parameter definition
-
_super
Add asuper
bound to this parameter.- Parameters:
type
- the bound type- Returns:
- this type parameter definition
-