public class DslModel extends Object
| Constructor and Description |
|---|
DslModel(MethodModel factory,
String delegate) |
| Modifier and Type | Method and Description |
|---|---|
VarModel |
addConstant(VarModel constant) |
Collection<VarModel> |
constants() |
MethodModel |
delegate() |
MethodModel |
factory() |
String |
toString() |
TypeModel |
type() |
public DslModel(MethodModel factory, String delegate)
public TypeModel type()
public MethodModel factory()
public MethodModel delegate()
public Collection<VarModel> constants()
Copyright © 2019. All rights reserved.