JML

Uses of Class
org.multijava.mjc.CWildcardType

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

JML is Copyright (C) 1998-2002 by Iowa State University and is distributed under the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This release depends on code from the MultiJava project and is based in part on the Kopi project Copyright (C) 1990-99 DMS Decision Management Systems Ges.m.b.H.