|
JML | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use CWildcardType | |
| org.multijava.mjc | Implements mjc, a MultiJava compiler. |
| Uses of CWildcardType in org.multijava.mjc |
| Methods in org.multijava.mjc that return CWildcardType | |
static CWildcardType |
CWildcardType.createWildcard()
Creates a wildcard implicitely upper bounded by the java.lang.Object class. |
static CWildcardType |
CWildcardType.createUpperBoundedWildcard(CClassType upperBound)
Creates an upper bounded wildcard with the given upperBound. |
static CWildcardType |
CWildcardType.createLowerBoundedWildcard(CClassType lowerBound)
Creates a lower bounded wildcard with the given lowerBound. |
| Methods in org.multijava.mjc with parameters of type CWildcardType | |
static CCaptureType |
CCaptureType.create(CWildcardType wildcard)
Creates a capture type for the given wildcard which must
have been type checked. |
|
JML | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||