|
JML | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use JNewObjectExpression.ArgTypes | |
| org.multijava.mjc | Implements mjc, a MultiJava compiler. |
| Uses of JNewObjectExpression.ArgTypes in org.multijava.mjc |
| Methods in org.multijava.mjc that return JNewObjectExpression.ArgTypes | |
protected JNewObjectExpression.ArgTypes |
JNewObjectExpression.checkTypes(CExpressionContextType context)
Resolves and checks the types of the actual parameters to the constructor. |
protected JNewObjectExpression.ArgTypes |
JNewAnonymousClassExpression.checkTypes(CExpressionContextType context)
Resolves and checks the types of the actual parameters to the constructor. |
| Methods in org.multijava.mjc with parameters of type JNewObjectExpression.ArgTypes | |
protected JExpression |
JNewObjectExpression.checkCall(CExpressionContextType context,
JNewObjectExpression.ArgTypes argTypes)
Typechecks the invocation of the actual constructor of the object instantiated. |
private void |
JNewObjectExpression.checkForUncheckedWarnings(JNewObjectExpression.ArgTypes argTypes,
CExpressionContextType context)
Issues unchecked warnings for the actual parameters which need unchecked conversion (JLS3 5.1.9) to conform to their corresponding formal parameters. |
|
JML | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||