Public Methods | |
InExpr (ca.mcgill.sable.soot.jimple.Value op1, ca.mcgill.sable.util.Set op2) | |
InExpr (ca.mcgill.sable.soot.jimple.Value op1, Vector op2) | |
void | apply (ca.mcgill.sable.util.Switch sw) |
ca mcgill sable soot jimple Value | getOp1 () |
ca mcgill sable soot jimple ValueBox | getOp1Box () |
ca mcgill sable soot jimple Value | getOp2 () |
ca mcgill sable soot jimple ValueBox | getOp2Box () |
ca mcgill sable util Set | getSet () |
String | getSymbol () |
ca mcgill sable soot Type | getType () |
ca mcgill sable util List | getUseBoxes () |
void | setOp1 (ca.mcgill.sable.soot.jimple.Value op1) |
void | setOp2 (ca.mcgill.sable.soot.jimple.Value op2) |
void | setOp2 (ca.mcgill.sable.util.Set s) |
String | toBriefString () |
String | toString () |
Protected Attributes | |
ca mcgill sable soot jimple ValueBox | op1Box |
ca mcgill sable util Set | op2 |
Definition at line 45 of file InExpr.java.
|
InExpr constructor comment. Definition at line 51 of file InExpr.java. |
|
InExpr constructor comment. Definition at line 59 of file InExpr.java. |
|
apply method comment. Definition at line 69 of file InExpr.java. |
|
getOp1 method comment. Definition at line 75 of file InExpr.java. Referenced by ExprExtractor::caseInExpr().
|
|
getOp1Box method comment. Definition at line 81 of file InExpr.java. |
|
getOp2 method comment. Definition at line 87 of file InExpr.java. |
|
getOp2Box method comment. Definition at line 93 of file InExpr.java. |
|
This method was created in VisualAge.
Definition at line 100 of file InExpr.java. Referenced by ExprExtractor::caseInExpr().
|
|
getSymbol method comment. Definition at line 106 of file InExpr.java. |
|
getType method comment. Reimplemented from Expr. Definition at line 112 of file InExpr.java. |
|
getUseBoxes method comment. Definition at line 118 of file InExpr.java. |
|
setOp1 method comment. Definition at line 129 of file InExpr.java. |
|
This method was created in VisualAge.
Definition at line 141 of file InExpr.java. |
|
setOp2 method comment. Definition at line 135 of file InExpr.java. |
|
toBriefString method comment. Definition at line 147 of file InExpr.java. |
|
Returns a String that represents the value of this object.
Definition at line 156 of file InExpr.java. |