public interface State
| Modifier and Type | Method and Description |
|---|---|
void |
body(TypeModel returnType,
StatementModel... method) |
State |
constant(VarModel element) |
default State |
keyword(String name) |
State |
keyword(String name,
Set<String> aliases) |
State |
method(String name) |
State |
parameter(VarModel variable) |
Copyright © 2020. All rights reserved.