eu.bandm.sig.absy
Class PackExpr
java.lang.Object
eu.bandm.sig.absy.Expr
eu.bandm.sig.absy.PackExpr
- All Implemented Interfaces:
- Cloneable
public class PackExpr
- 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<PackExpr,Expr> get_value
function
protected Type function
get_function
public static Function<PackExpr,Type> get_function
argument
protected Type argument
get_argument
public static Function<PackExpr,Type> get_argument
PackExpr
public PackExpr(Expr value,
Type function,
Type argument)
PackExpr
protected PackExpr()
doclone
public PackExpr doclone()
- Overrides:
doclone
in class Expr
getFormatHint
public static String getFormatHint()
initFrom
public PackExpr initFrom(Object o0)
- Overrides:
initFrom
in class Expr
get_value
public Expr get_value()
set_value
public void set_value(Expr val)
get_function
public Type get_function()
set_function
public void set_function(Type val)
get_argument
public Type get_argument()
set_argument
public void set_argument(Type val)