org.codehaus.janino
public static final class Java.Instanceof extends Java.Rvalue
| Field Summary | |
|---|---|
| Java.Rvalue | lhs |
| Java.Type | rhs |
| Constructor Summary | |
|---|---|
| Instanceof(Location location, Java.Rvalue lhs, Java.Type rhs) | |
| Method Summary | |
|---|---|
| void | accept(Visitor.AtomVisitor visitor) |
| void | accept(Visitor.RvalueVisitor visitor) |
| String | toString() |