|
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 InstanceOfExpr | |
| javafe.ast | |
| javafe.tc | |
| Uses of InstanceOfExpr in javafe.ast |
| Methods in javafe.ast that return InstanceOfExpr | |
static InstanceOfExpr |
InstanceOfExpr.make(Expr expr,
Type type,
int loc)
|
| Methods in javafe.ast with parameters of type InstanceOfExpr | |
java.lang.Object |
VisitorArgResult.visitInstanceOfExpr(InstanceOfExpr x,
java.lang.Object o)
|
void |
Visitor.visitInstanceOfExpr(InstanceOfExpr x)
|
void |
RShiftVisitor.visitInstanceOfExpr(InstanceOfExpr x)
|
void |
LShiftVisitor.visitInstanceOfExpr(InstanceOfExpr x)
|
void |
DefaultVisitor.visitInstanceOfExpr(InstanceOfExpr x)
|
void |
ASTDotVisitor.visitInstanceOfExpr(InstanceOfExpr x)
|
| Uses of InstanceOfExpr in javafe.tc |
| Methods in javafe.tc with parameters of type InstanceOfExpr | |
protected Expr |
FlowInsensitiveChecks.checkInstanceOfExpr(Env env,
InstanceOfExpr ie)
Typechecks a dynamic type probe (e.g., x instanceof 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 | ||||||||||