|
JML | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use JNewArrayExpression | |
| 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 JNewArrayExpression in org.jmlspecs.checker |
| Methods in org.jmlspecs.checker with parameters of type JNewArrayExpression | |
void |
JmlAbstractVisitor.visitNewArrayExpression(JNewArrayExpression self)
Visits the given array allocator expression. |
void |
JmlVisitorNI.visitNewArrayExpression(JNewArrayExpression self)
visits an array allocator expression |
void |
JmlAccumSubclassingInfo.visitNewArrayExpression(JNewArrayExpression self)
|
void |
JmlExpressionChecker.visitNewArrayExpression(JNewArrayExpression self)
Checks visibility (and purity) of the given expression, self. |
| Uses of JNewArrayExpression in org.jmlspecs.jmldoc.jmldoc_142 |
| Methods in org.jmlspecs.jmldoc.jmldoc_142 with parameters of type JNewArrayExpression | |
void |
SpecWriter.visitNewArrayExpression(JNewArrayExpression self)
visits an array allocator expression |
| Uses of JNewArrayExpression in org.jmlspecs.jmlrac |
| Methods in org.jmlspecs.jmlrac with parameters of type JNewArrayExpression | |
void |
RacPrettyPrinter.visitNewArrayExpression(JNewArrayExpression self)
Prints an array allocator expression. |
void |
TransExpression.visitNewArrayExpression(JNewArrayExpression self)
Translates an array allocator expression. |
void |
TransExpression2.visitNewArrayExpression(JNewArrayExpression self)
Translates an array allocator expression. |
| Uses of JNewArrayExpression in org.jmlspecs.jmlrac.qexpr |
| Methods in org.jmlspecs.jmlrac.qexpr with parameters of type JNewArrayExpression | |
void |
AbstractExpressionVisitor.visitNewArrayExpression(JNewArrayExpression self)
Visits the given new array expression, self. |
| Uses of JNewArrayExpression in org.multijava.mjc |
| Methods in org.multijava.mjc with parameters of type JNewArrayExpression | |
abstract void |
MjcVisitor.visitNewArrayExpression(JNewArrayExpression self)
visits an array allocator expression |
void |
MjcPrettyPrinter.visitNewArrayExpression(JNewArrayExpression self)
prints an array allocator expression |
|
JML | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||