| Modifier and Type | Field and Description |
|---|---|
private java.util.List<Expr> |
params |
private Type |
type |
| Constructor and Description |
|---|
VectorCtorExpr(Type type,
java.util.List<Expr> params) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(TreeVisitor tv) |
java.util.List<Expr> |
getParams() |
Type |
getType() |
getResultTypepublic Type getType()
public java.util.List<Expr> getParams()
public void accept(TreeVisitor tv)