Public Methods | |
HookExpr (Value v1, Value v2, Value v3) | |
HookExpr (ValueBox v1, ValueBox v2, ValueBox v3) | |
void | apply (Switch sw) |
Value | getElseOp () |
ValueBox | getElseOpBox () |
Value | getTestOp () |
ValueBox | getTestOpBox () |
Value | getThenOp () |
ValueBox | getThenOpBox () |
Type | getType () |
List | getUseBoxes () |
String | toBriefString () |
String | toString () |
Private Attributes | |
ValueBox | op1Box |
ValueBox | op2Box |
ValueBox | op3Box |
Type | t |
Definition at line 12 of file HookExpr.java.
|
Need WORK! Don't use this at the moment!!! Definition at line 72 of file HookExpr.java. |
|
getType method comment. Reimplemented from Expr. Definition at line 85 of file HookExpr.java. |
|
getUseBoxes method comment. Definition at line 91 of file HookExpr.java. |
|
toBriefString method comment. Definition at line 106 of file HookExpr.java. |