public class FunctionDefExpr extends Expr
| Modifier and Type | Class and Description |
|---|---|
static class |
FunctionDefExpr.Params |
| Constructor and Description |
|---|
FunctionDefExpr(Attributes attr,
FunctionDefExpr.Params params,
Block block) |
| Modifier and Type | Method and Description |
|---|---|
Expr |
accept(Transformer tf) |
Block |
block() |
FunctionDefExpr.Params |
params() |
FunctionDefExpr |
update(FunctionDefExpr.Params params,
Block block) |
FunctionDefExpr |
with(Object o) |
FunctionDefExpr |
withAttributes(Attributes attr) |
attributes, line, sourceInfopublic FunctionDefExpr(Attributes attr, FunctionDefExpr.Params params, Block block)
public FunctionDefExpr.Params params()
public Block block()
public FunctionDefExpr update(FunctionDefExpr.Params params, Block block)
public FunctionDefExpr withAttributes(Attributes attr)
public FunctionDefExpr with(Object o)
public Expr accept(Transformer tf)
Copyright © 2016–2017. All rights reserved.