|
JML | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use JmlCommonOptions | |
| org.jmlspecs.checker | Contains the source code for a parser and typechecker for JML annotations and java code. |
| org.jmlspecs.jmldoc | The jmldoc tool documents java programs that contain JML (Java Modeling Language) annotations included as specially formatted comments; the generated html pages are very similar to those produced by javadoc, but with annotation information added. |
| org.jmlspecs.jmlrac | Generates Java classes from JML specifications that check assertions at runtime. |
| Uses of JmlCommonOptions in org.jmlspecs.checker |
| Subclasses of JmlCommonOptions in org.jmlspecs.checker | |
class |
JmlOptions
This class is automatically generated from JmlOptions.opt and contains member fields corresponding to command-line options. |
| Fields in org.jmlspecs.checker declared as JmlCommonOptions | |
static JmlCommonOptions |
Main.jmlOptions
Command-line options. |
| Methods in org.jmlspecs.checker with parameters of type JmlCommonOptions | |
protected void |
Main.exposeOptions(JmlCommonOptions opt)
Sets the static field, jmlOptions, to the given
arugment so that typechecking routines can access command-line
options. |
| Uses of JmlCommonOptions in org.jmlspecs.jmldoc |
| Subclasses of JmlCommonOptions in org.jmlspecs.jmldoc | |
class |
JavadocOptions
This class is automatically generated from JavadocOptions.opt and contains member fields corresponding to command-line options. |
class |
JmldocOptions
This class is automatically generated from JmldocOptions.opt and contains member fields corresponding to command-line options. |
| Uses of JmlCommonOptions in org.jmlspecs.jmlrac |
| Subclasses of JmlCommonOptions in org.jmlspecs.jmlrac | |
class |
RacOptions
This class is automatically generated from RacOptions.opt and contains member fields corresponding to command-line options. |
| Methods in org.jmlspecs.jmlrac with parameters of type JmlCommonOptions | |
protected void |
Main.exposeOptions(JmlCommonOptions opt)
Sets the static field, jmlOptions, to the given
arugment so that typechecking routines can access command-line
options. |
|
JML | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||