eu.bandm.sig.absy
Class PolyExpr
java.lang.Object
eu.bandm.sig.absy.Expr
eu.bandm.sig.absy.PolyExpr
- All Implemented Interfaces:
- Cloneable
public class PolyExpr
- extends Expr
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
head
protected TypeBinding head
get_head
public static Function<PolyExpr,TypeBinding> get_head
body
protected Expr body
get_body
public static Function<PolyExpr,Expr> get_body
PolyExpr
public PolyExpr(TypeBinding head,
Expr body)
PolyExpr
protected PolyExpr()
doclone
public PolyExpr doclone()
- Overrides:
doclone
in class Expr
getFormatHint
public static String getFormatHint()
initFrom
public PolyExpr initFrom(Object o0)
- Overrides:
initFrom
in class Expr
get_head
public TypeBinding get_head()
set_head
public void set_head(TypeBinding val)
get_body
public Expr get_body()
set_body
public void set_body(Expr val)