Public Methods | |
LogicalNotExpr (Value v) | |
LogicalNotExpr (ValueBox v) | |
void | apply (Switch sw) |
String | getSymbol () |
Type | getType () |
List | getUseBoxes () |
String | toBriefString () |
String | toString () |
Private Attributes | |
ValueBox | op |
Definition at line 12 of file LogicalNotExpr.java.
|
apply method comment. Definition at line 19 of file LogicalNotExpr.java. |
|
getType method comment. Reimplemented from Expr. Definition at line 27 of file LogicalNotExpr.java. |
|
getUseBoxes method comment. Definition at line 33 of file LogicalNotExpr.java. |
|
toBriefString method comment. Definition at line 42 of file LogicalNotExpr.java. |