|
ESC/Java2 © 2003,2004,2005 David Cok and Joseph Kiniry © 2005 UCD Dublin © 2003,2004 Radboud University Nijmegen © 1999,2000 Compaq Computer Corporation © 1997,1998,1999 Digital Equipment Corporation All Rights Reserved |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MethodInvocation | |
escjava.translate | |
javafe.ast | |
javafe.tc |
Uses of MethodInvocation in escjava.translate |
Methods in escjava.translate with parameters of type MethodInvocation | |
private Expr |
Translate.trMethodInvocation(boolean protect,
MethodInvocation mi)
This translation of method invocation follows section 4.1 of ESCJ 16. |
Uses of MethodInvocation in javafe.ast |
Methods in javafe.ast that return MethodInvocation | |
static MethodInvocation |
MethodInvocation.make(ObjectDesignator od,
Identifier id,
TypeModifierPragmaVec tmodifiers,
int locId,
int locOpenParen,
ExprVec args)
|
Methods in javafe.ast with parameters of type MethodInvocation | |
java.lang.Object |
VisitorArgResult.visitMethodInvocation(MethodInvocation x,
java.lang.Object o)
|
void |
Visitor.visitMethodInvocation(MethodInvocation x)
|
void |
DefaultVisitor.visitMethodInvocation(MethodInvocation x)
|
Uses of MethodInvocation in javafe.tc |
Methods in javafe.tc that return MethodInvocation | |
MethodInvocation |
Env.disambiguateMethodName(AmbiguousMethodInvocation inv)
Attempt to disambiguate an AmbiguousMethodInvocation. |
|
ESC/Java2 © 2003,2004,2005 David Cok and Joseph Kiniry © 2005 UCD Dublin © 2003,2004 Radboud University Nijmegen © 1999,2000 Compaq Computer Corporation © 1997,1998,1999 Digital Equipment Corporation All Rights Reserved |
||||||||||
PREV NEXT | FRAMES NO FRAMES |