Modifier and Type | Field and Description |
---|---|
private Function |
func |
private java.util.List<Expr> |
params |
Constructor and Description |
---|
CallExpr(Function func,
java.util.List<Expr> params) |
Modifier and Type | Method and Description |
---|---|
void |
accept(TreeVisitor tv) |
Function |
getFunction() |
java.util.List<Expr> |
getParams() |
getResultType
public Function getFunction()
public java.util.List<Expr> getParams()
public void accept(TreeVisitor tv)