org.codehaus.janino
public static final class Java.UnaryOperation extends Java.BooleanRvalue
| Field Summary | |
|---|---|
| Java.Rvalue | operand |
| String | operator |
| Constructor Summary | |
|---|---|
| UnaryOperation(Location location, String operator, Java.Rvalue operand) | |
| Method Summary | |
|---|---|
| void | accept(Visitor.AtomVisitor visitor) |
| void | accept(Visitor.RvalueVisitor visitor) |
| String | toString() |