|
JML | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use JClassExpression | |
| org.jmlspecs.checker | Contains the source code for a parser and typechecker for JML annotations and java code. |
| org.jmlspecs.jmldoc.jmldoc_142 | |
| org.jmlspecs.jmlrac | Generates Java classes from JML specifications that check assertions at runtime. |
| org.jmlspecs.jmlrac.qexpr | Translates JML quantified expressions into Java source code to evaluate them at runtime. |
| org.multijava.mjc | Implements mjc, a MultiJava compiler. |
| Uses of JClassExpression in org.jmlspecs.checker |
| Methods in org.jmlspecs.checker with parameters of type JClassExpression | |
void |
JmlAbstractVisitor.visitClassExpression(JClassExpression self)
Visits the given class expression. |
void |
JmlVisitorNI.visitClassExpression(JClassExpression self)
visits a class expression |
void |
JmlAccumSubclassingInfo.visitClassExpression(JClassExpression self)
|
void |
JmlExpressionChecker.visitClassExpression(JClassExpression self)
Checks visibility (and purity) of the given expression, self. |
| Uses of JClassExpression in org.jmlspecs.jmldoc.jmldoc_142 |
| Methods in org.jmlspecs.jmldoc.jmldoc_142 with parameters of type JClassExpression | |
void |
SpecWriter.visitClassExpression(JClassExpression self)
visits a class expression |
| Uses of JClassExpression in org.jmlspecs.jmlrac |
| Methods in org.jmlspecs.jmlrac with parameters of type JClassExpression | |
void |
TransExpression.visitClassExpression(JClassExpression self)
Translates a Java class expression. |
void |
TransExpression2.visitClassExpression(JClassExpression self)
Translates a Java class expression. |
| Uses of JClassExpression in org.jmlspecs.jmlrac.qexpr |
| Methods in org.jmlspecs.jmlrac.qexpr with parameters of type JClassExpression | |
void |
AbstractExpressionVisitor.visitClassExpression(JClassExpression self)
Visits the given class expression, self. |
| Uses of JClassExpression in org.multijava.mjc |
| Methods in org.multijava.mjc with parameters of type JClassExpression | |
abstract void |
MjcVisitor.visitClassExpression(JClassExpression self)
visits a class expression |
void |
MjcPrettyPrinter.visitClassExpression(JClassExpression self)
prints a class expression |
|
JML | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||