org.codehaus.janino
public abstract static class Java.Rvalue extends Java.Atom implements Java.ArrayInitializerOrRvalue
| Field Summary | |
|---|---|
| static Object | CONSTANT_VALUE_NULL |
| static boolean | JUMP_IF_FALSE |
| static boolean | JUMP_IF_TRUE |
| Constructor Summary | |
|---|---|
| protected | Rvalue(Location location) |
| Method Summary | |
|---|---|
| abstract void | accept(Visitor.RvalueVisitor rvv) |
| Java.BlockStatement | getEnclosingBlockStatement() |
| void | setEnclosingBlockStatement(Java.BlockStatement enclosingBlockStatement)
Sets enclosing block statement for this object and all subordinate
Rvalue objects. |
| Java.Rvalue | toRvalue() |