Package org.jboss.jdeparser
Interface JTypeParamDef
- All Known Implementing Classes:
ImplJTypeParamDef
public interface JTypeParamDef
A type parameter definition.
-
Method Summary
Modifier and TypeMethodDescriptionAdd anextendsbound to this parameter.Add anextendsbound to this parameter.Add anextendsbound to this parameter.Add asuperbound to this parameter.Add asuperbound to this parameter.Add asuperbound to this parameter.
-
Method Details
-
_extends
Add anextendsbound to this parameter.- Parameters:
type- the bound type- Returns:
- this type parameter definition
-
_extends
Add anextendsbound to this parameter.- Parameters:
type- the bound type- Returns:
- this type parameter definition
-
_extends
Add anextendsbound to this parameter.- Parameters:
type- the bound type- Returns:
- this type parameter definition
-
_super
Add asuperbound to this parameter.- Parameters:
type- the bound type- Returns:
- this type parameter definition
-
_super
Add asuperbound to this parameter.- Parameters:
type- the bound type- Returns:
- this type parameter definition
-
_super
Add asuperbound to this parameter.- Parameters:
type- the bound type- Returns:
- this type parameter definition
-