public final class MethodDeclarationBuilder extends StatementBuilder<MethodBuilder>
builder| Modifier and Type | Method and Description |
|---|---|
<R> R |
map(Function<MethodDeclarationBuilder,R> function) |
MethodDeclarationBuilder |
param(Type type,
String name)
declares a parameter
|
protected brennus.StatementBuilder.StatementHandler<MethodBuilder> |
statementHandler() |
public MethodDeclarationBuilder param(Type type, String name)
type - the type of the parametername - the name of the parameterprotected brennus.StatementBuilder.StatementHandler<MethodBuilder> statementHandler()
statementHandler in class StatementBuilder<MethodBuilder>public <R> R map(Function<MethodDeclarationBuilder,R> function)
Copyright © 2014. All Rights Reserved.