public class GwtcEntryPointBuilder extends Object
| Modifier and Type | Field and Description |
|---|---|
protected MethodBuffer |
out |
| Constructor and Description |
|---|
GwtcEntryPointBuilder(SourceBuilder<GwtcService> gwtc) |
| Modifier and Type | Method and Description |
|---|---|
String |
formatInstanceCall(Method method,
boolean onNewInstance) |
String |
formatInstanceProvider(Class<?> declaringClass) |
String |
formatMethodCall(Method method) |
String |
formatParameters(Class<?>[] params,
Annotation[][] annos) |
String |
formatStaticCall(Method method) |
void |
println(String text) |
protected final MethodBuffer out
public GwtcEntryPointBuilder(SourceBuilder<GwtcService> gwtc)
public void println(String text)
public String formatParameters(Class<?>[] params, Annotation[][] annos)
Copyright © December 07, 2012–2015 The Internet Party. All rights reserved.