|
JML | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Main.TypecheckTask | |
| org.jmlspecs.checker | Contains the source code for a parser and typechecker for JML annotations and java code. |
| Uses of Main.TypecheckTask in org.jmlspecs.checker |
| Subclasses of Main.TypecheckTask in org.jmlspecs.checker | |
class |
Main.JmlCheckAssignableTask
A task for checking assignable clauses; this task has to be done after type checking of assignable clauses of the super types so the fields can be combined with those of the subtype (the subtype is the one whose code is being checked against the assignable clauses but the inherited assignable clauses need to be type checked first). |
class |
Main.JmlTypecheckTask
This class typechecks the source code. |
|
JML | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||