public class KeywordModel extends BaseModel
| Constructor and Description |
|---|
KeywordModel(List<AnnotationModel> annotations,
TypeModel type,
String name,
List<String> aliases,
List<ParameterModel> parameters,
BindingModel binding) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
aliases() |
BindingModel |
binding() |
boolean |
hasBinding() |
List<ParameterModel> |
parameters() |
TypeModel |
type() |
annotations, namepublic KeywordModel(List<AnnotationModel> annotations, TypeModel type, String name, List<String> aliases, List<ParameterModel> parameters, BindingModel binding)
public TypeModel type()
public List<ParameterModel> parameters()
public BindingModel binding()
public boolean hasBinding()
Copyright © 2019. All rights reserved.