JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.codehaus.janino
IWildcardType
Contents
Description
Method Summary
Method Details
getUpperBound()
getLowerBound()
Hide sidebar
Show sidebar
Interface IWildcardType
All Superinterfaces:
IType
public interface
IWildcardType
extends
IType
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
IType
getLowerBound
()
IType
getUpperBound
()
Method Details
getUpperBound
IType
getUpperBound
()
Returns:
The type of the
extends
clause, or
Object.class
getLowerBound
@Nullable
IType
getLowerBound
()
Returns:
The type of the
super
clause, or
null