public static class FunctionDefExpr.Params extends Object
| Constructor and Description |
|---|
Params(List<Name> names,
boolean vararg) |
| Modifier and Type | Method and Description |
|---|---|
static FunctionDefExpr.Params |
empty() |
static FunctionDefExpr.Params |
emptyVararg() |
boolean |
isVararg() |
List<Name> |
names() |
FunctionDefExpr.Params |
update(List<Name> names,
boolean vararg) |
public static FunctionDefExpr.Params empty()
public static FunctionDefExpr.Params emptyVararg()
public boolean isVararg()
public FunctionDefExpr.Params update(List<Name> names, boolean vararg)
Copyright © 2016–2017. All rights reserved.