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