Package | Description |
---|---|
com.google.gwt.core.ext.linker.impl | |
com.google.gwt.core.linker |
A package containing implementations of the GWT bootstrap linkers.
|
com.google.gwt.dev.asm.util | |
com.google.gwt.dev.jjs.impl.gflow.cfg | |
com.google.gwt.dev.util | |
com.google.gwt.util.tools.shared |
Utility classes shared between gwt-dev and gwt-servlet.
|
java.lang |
Modifier and Type | Method and Description |
---|---|
StringBuffer |
PermutationsUtil.addPermutationsJs(StringBuffer selectionScript,
TreeLogger logger,
LinkerContext context)
Uses the internal map to insert JS to select a permutation into the
selection script.
|
static StringBuffer |
PropertiesUtil.addPropertiesJs(StringBuffer selectionScript,
TreeLogger logger,
LinkerContext context) |
static StringBuffer |
ResourceInjectionUtil.injectResources(StringBuffer selectionScript,
ArtifactSet artifacts)
Installs stylesheets and scripts.
|
static StringBuffer |
ResourceInjectionUtil.injectStylesheets(StringBuffer selectionScript,
ArtifactSet artifacts)
Installs stylesheets using the installOneStylesheet method, which is
assumed to be defined on the page.
|
protected StringBuffer |
SelectionScriptLinker.readFileToStringBuffer(String filename,
TreeLogger logger) |
Modifier and Type | Method and Description |
---|---|
StringBuffer |
PermutationsUtil.addPermutationsJs(StringBuffer selectionScript,
TreeLogger logger,
LinkerContext context)
Uses the internal map to insert JS to select a permutation into the
selection script.
|
static StringBuffer |
PropertiesUtil.addPropertiesJs(StringBuffer selectionScript,
TreeLogger logger,
LinkerContext context) |
protected String |
SelectionScriptLinker.fillSelectionScriptTemplate(StringBuffer selectionScript,
TreeLogger logger,
LinkerContext context,
ArtifactSet artifacts,
CompilationResult result)
Generate a selection script.
|
static StringBuffer |
ResourceInjectionUtil.injectResources(StringBuffer selectionScript,
ArtifactSet artifacts)
Installs stylesheets and scripts.
|
static StringBuffer |
ResourceInjectionUtil.injectStylesheets(StringBuffer selectionScript,
ArtifactSet artifacts)
Installs stylesheets using the installOneStylesheet method, which is
assumed to be defined on the page.
|
protected static void |
SelectionScriptLinker.replaceAll(StringBuffer buf,
String search,
String replace) |
Modifier and Type | Method and Description |
---|---|
protected String |
CrossSiteIframeLinker.fillSelectionScriptTemplate(StringBuffer ss,
TreeLogger logger,
LinkerContext context,
ArtifactSet artifacts,
CompilationResult result) |
protected void |
CrossSiteIframeLinker.includeJs(StringBuffer selectionScript,
TreeLogger logger,
String jsSource,
String templateVar) |
Modifier and Type | Field and Description |
---|---|
protected StringBuffer |
Printer.buf
A buffer that can be used to create strings.
|
Modifier and Type | Method and Description |
---|---|
static void |
Printer.appendString(StringBuffer buf,
String s)
Appends a quoted string to a given buffer.
|
void |
ASMifiable.asmify(StringBuffer buf,
String varName,
Map<Label,String> labelNames)
Prints the ASM code to create an attribute equal to this attribute.
|
void |
Textifiable.textify(StringBuffer buf,
Map<Label,String> labelNames)
Build a human readable representation of this attribute.
|
void |
Traceable.trace(StringBuffer buf,
Map labelNames)
Build a human readable representation of the attribute.
|
Modifier and Type | Method and Description |
---|---|
protected void |
CfgPrinter.appendEdgeInfo(StringBuffer result,
CfgEdge edge)
Template method to append arbitrary edge information.
|
protected void |
AssumptionsPrinter.appendEdgeInfo(StringBuffer result,
CfgEdge edge) |
Modifier and Type | Method and Description |
---|---|
static void |
Util.hex4(char c,
StringBuffer sb)
Deprecated.
use
StringUtils.hex4(char, StringBuffer) instead. |
Modifier and Type | Method and Description |
---|---|
static void |
StringUtils.hex4(char c,
StringBuffer sb)
A 4-digit hex result.
|
Modifier and Type | Method and Description |
---|---|
StringBuffer |
StringBuffer.append(boolean x) |
StringBuffer |
StringBuffer.append(char x) |
StringBuffer |
StringBuffer.append(char[] x) |
StringBuffer |
StringBuffer.append(char[] x,
int start,
int len) |
StringBuffer |
StringBuffer.append(CharSequence x) |
StringBuffer |
StringBuffer.append(CharSequence x,
int start,
int end) |
StringBuffer |
StringBuffer.append(double x) |
StringBuffer |
StringBuffer.append(float x) |
StringBuffer |
StringBuffer.append(int x) |
StringBuffer |
StringBuffer.append(long x) |
StringBuffer |
StringBuffer.append(Object x) |
StringBuffer |
StringBuffer.append(String x) |
StringBuffer |
StringBuffer.append(StringBuffer x) |
StringBuffer |
StringBuffer.delete(int start,
int end) |
StringBuffer |
StringBuffer.deleteCharAt(int start) |
StringBuffer |
StringBuffer.insert(int index,
boolean x) |
StringBuffer |
StringBuffer.insert(int index,
char x) |
StringBuffer |
StringBuffer.insert(int index,
char[] x) |
StringBuffer |
StringBuffer.insert(int index,
char[] x,
int offset,
int len) |
StringBuffer |
StringBuffer.insert(int index,
CharSequence chars) |
StringBuffer |
StringBuffer.insert(int index,
CharSequence chars,
int start,
int end) |
StringBuffer |
StringBuffer.insert(int index,
double x) |
StringBuffer |
StringBuffer.insert(int index,
float x) |
StringBuffer |
StringBuffer.insert(int index,
int x) |
StringBuffer |
StringBuffer.insert(int index,
long x) |
StringBuffer |
StringBuffer.insert(int index,
Object x) |
StringBuffer |
StringBuffer.insert(int index,
String x) |
StringBuffer |
StringBuffer.replace(int start,
int end,
String toInsert) |
StringBuffer |
StringBuffer.reverse() |
Modifier and Type | Method and Description |
---|---|
StringBuffer |
StringBuffer.append(StringBuffer x) |
StringBuilder |
StringBuilder.append(StringBuffer x) |
boolean |
String.contentEquals(StringBuffer sb) |
Constructor and Description |
---|
String(StringBuffer sb) |
Copyright © 2018. All rights reserved.