Package | Description |
---|---|
com.google.gwt.inject.rebind.util |
Modifier and Type | Method and Description |
---|---|
String |
InjectorMethod.getMethodBody(InjectorWriteContext context)
Returns the body of the method in the given context (e.g., "return this;")
|
String |
SourceSnippet.getSource(InjectorWriteContext writeContext)
Format this code for the given write context.
|
void |
SourceWriteUtil.writeMethod(InjectorMethod method,
com.google.gwt.user.rebind.SourceWriter writer,
InjectorWriteContext writeContext)
Writes the given method to the given source writer.
|
void |
SourceWriteUtil.writeMethods(Iterable<InjectorMethod> methods,
com.google.gwt.user.rebind.SourceWriter writer,
InjectorWriteContext writeContext)
Writes the given methods to the given source writer.
|
Copyright © 2008–2018. All rights reserved.