|
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 UnaryExpr | |
| escjava.translate | |
| javafe.ast | |
| javafe.tc | |
| Uses of UnaryExpr in escjava.translate |
| Methods in escjava.translate with parameters of type UnaryExpr | |
static int |
TrAnExpr.getGCTagForUnary(UnaryExpr e)
TBW. |
| Uses of UnaryExpr in javafe.ast |
| Methods in javafe.ast that return UnaryExpr | |
static UnaryExpr |
UnaryExpr.make(int op,
Expr expr,
int locOp)
|
| Methods in javafe.ast with parameters of type UnaryExpr | |
java.lang.Object |
VisitorArgResult.visitUnaryExpr(UnaryExpr x,
java.lang.Object o)
|
void |
Visitor.visitUnaryExpr(UnaryExpr x)
|
void |
RShiftVisitor.visitUnaryExpr(UnaryExpr x)
|
void |
LShiftVisitor.visitUnaryExpr(UnaryExpr x)
|
void |
DefaultVisitor.visitUnaryExpr(UnaryExpr x)
|
void |
ASTDotVisitor.visitUnaryExpr(UnaryExpr x)
|
| Uses of UnaryExpr in javafe.tc |
| Methods in javafe.tc with parameters of type UnaryExpr | |
protected Expr |
FlowInsensitiveChecks.checkNotExpr(Env env,
UnaryExpr ue)
Typecheck boolean not (e.g., ! |
protected Expr |
FlowInsensitiveChecks.checkIncDecExpr(Env env,
UnaryExpr ue)
Typecheck unary increment and decrement operators (e.g., ++x). |
protected Expr |
FlowInsensitiveChecks.checkBitnotExpr(Env env,
UnaryExpr ue)
Typecheck bitwise negation (e.g., ~x). |
protected Expr |
FlowInsensitiveChecks.checkSignExpr(Env env,
UnaryExpr ue)
Typecheck sign (e.g. |
|
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 | ||||||||||