| Subclasses of ConstraintMethod in org.jmlspecs.jmlrac |
class |
LocalConstraintMethod
A class for generating constaint check methods that check locally
specified type constraints without inheriting any constraints from
supertypes. |
class |
MotherConstraintMethod
A class for generating constraint check methods that check locally
specified type constraints and inherit constraints from
supertypes. |
class |
SubtypeConstraintMethod
A class for generating constaint check methods that check locally
specified type constraints and inherit constraints from
supertypes. |