| Constructor and Description |
|---|
TypeModel(List<AnnotationModel> annotations,
String name) |
| Modifier and Type | Method and Description |
|---|---|
KeywordModel |
add(String className,
String methodName,
List<String> aliases,
List<ParameterModel> parameters,
BindingModel binding) |
void |
extend(TypeModel superType) |
List<KeywordModel> |
keywords() |
String |
toString() |
annotations, namepublic TypeModel(List<AnnotationModel> annotations, String name)
public KeywordModel add(String className, String methodName, List<String> aliases, List<ParameterModel> parameters, BindingModel binding)
public List<KeywordModel> keywords()
public void extend(TypeModel superType)
Copyright © 2019. All rights reserved.