| Package | Description |
|---|---|
| brennus |
| Modifier and Type | Method and Description |
|---|---|
MethodDeclarationBuilder |
MethodDeclarationBuilder.param(Type type,
String name)
declares a parameter
|
MethodDeclarationBuilder |
ClassBuilder.startMethod(Protection protection,
Type returnType,
String methodName)
.startMethod(protection, return, name){statements}.endMethod()
|
MethodDeclarationBuilder |
ClassBuilder.startStaticMethod(Protection protection,
Type returnType,
String methodName)
.startStaticMethod(protection, return, name){statements}.endMethod()
|
| Modifier and Type | Method and Description |
|---|---|
<R> R |
MethodDeclarationBuilder.map(Function<MethodDeclarationBuilder,R> function) |
Copyright © 2014. All Rights Reserved.