eu.bandm.sig.absy
Class CastExpr
java.lang.Object
eu.bandm.sig.absy.Expr
eu.bandm.sig.absy.CastExpr
- All Implemented Interfaces:
- Cloneable
public class CastExpr
- extends Expr
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
value
protected Expr value
get_value
public static Function<CastExpr,Expr> get_value
target
protected Type target
get_target
public static Function<CastExpr,Type> get_target
CastExpr
public CastExpr(Expr value,
Type target)
CastExpr
protected CastExpr()
doclone
public CastExpr doclone()
- Overrides:
doclone
in class Expr
getFormatHint
public static String getFormatHint()
initFrom
public CastExpr initFrom(Object o0)
- Overrides:
initFrom
in class Expr
get_value
public Expr get_value()
set_value
public void set_value(Expr val)
get_target
public Type get_target()
set_target
public void set_target(Type val)