Public Methods | |
void | apply (Switch sw) |
Type | getCheckType () |
Value | getOp () |
ValueBox | getOpBox () |
Type | getType () |
List | getUseBoxes () |
void | setCheckType (Type checkType) |
void | setOp (Value op) |
InstanceOfExpr (Expr refExpr, Ref refType) | |
void | apply (Switch sw) |
boolean | equals (Object o) |
Expr | getRefExpr () |
Ref | getRefType () |
Type | getType () |
void | print () |
Private Attributes | |
Expr | refExpr |
Ref | refType |
Definition at line 89 of file ca/mcgill/sable/soot/jimple/InstanceOfExpr.java.