|
ESC/Java2 © 2003,2004,2005,2006 David Cok and Joseph Kiniry © 2005,2006 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 ConstructorInvocation | |
| escjava.translate | |
| javafe.ast | |
| Uses of ConstructorInvocation in escjava.translate |
| Methods in escjava.translate with parameters of type ConstructorInvocation | |
private void |
Translate.trConstructorCallStmt(ConstructorInvocation ci)
This method implements "TrConstructorCallStmt" as described in section 6 of ESCJ 16. |
| Uses of ConstructorInvocation in javafe.ast |
| Methods in javafe.ast that return ConstructorInvocation | |
static ConstructorInvocation |
ConstructorInvocation.make(boolean superCall,
Expr enclosingInstance,
int locDot,
int locKeyword,
int locOpenParen,
ExprVec args)
|
| Methods in javafe.ast with parameters of type ConstructorInvocation | |
java.lang.Object |
VisitorArgResult.visitConstructorInvocation(ConstructorInvocation x,
java.lang.Object o)
|
void |
Visitor.visitConstructorInvocation(ConstructorInvocation x)
|
void |
RShiftVisitor.visitConstructorInvocation(ConstructorInvocation x)
|
void |
LShiftVisitor.visitConstructorInvocation(ConstructorInvocation x)
|
void |
DefaultVisitor.visitConstructorInvocation(ConstructorInvocation x)
|
void |
ASTDotVisitor.visitConstructorInvocation(ConstructorInvocation x)
|
|
ESC/Java2 © 2003,2004,2005,2006 David Cok and Joseph Kiniry © 2005,2006 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 | ||||||||||