Package | Description |
---|---|
com.google.gwt.core.ext.soyc.impl | |
com.google.gwt.dev.jjs | |
com.google.gwt.dev.jjs.impl | |
com.google.gwt.dev.js | |
com.google.gwt.dev.js.ast |
Modifier and Type | Method and Description |
---|---|
static void |
SizeMapRecorder.recordMap(TreeLogger logger,
OutputStream out,
SizeBreakdown[] sizeBreakdowns,
JavaToJavaScriptMap jjsmap,
Map<JsName,JsLiteral> internedLiteralByVariableName) |
Modifier and Type | Method and Description |
---|---|
protected abstract Map<JsName,JsLiteral> |
JavaToJavaScriptCompiler.PermutationCompiler.runDetailedNamer(ConfigProps config) |
Modifier and Type | Method and Description |
---|---|
static JsLiteral |
JjsUtils.translateLiteral(JLiteral literal)
Translates a Java literal into a JavaScript literal.
|
Modifier and Type | Method and Description |
---|---|
static Map<JsName,JsLiteral> |
JsLiteralInterner.exec(JProgram jprogram,
JsProgram program,
byte whatToIntern)
Apply interning of literals to a JsProgram.
|
Modifier and Type | Class and Description |
---|---|
class |
JsArrayLiteral
Represents a JavaScript expression for array literals.
|
class |
JsBooleanLiteral
Represents a JavaScript literal boolean expression.
|
class |
JsFunction
Represents a JavaScript function expression.
|
class |
JsNullLiteral
A JavaScript null literal.
|
class |
JsNumberLiteral
Represents a JavaScript literal decimal expression.
|
class |
JsObjectLiteral
A JavaScript object literal.
|
class |
JsRegExp
A JavaScript regular expression.
|
class |
JsStringLiteral
A JavaScript string literal expression.
|
class |
JsThisRef
A JavaScript
this reference. |
class |
JsValueLiteral
A JavaScript string literal expression.
|
Modifier and Type | Method and Description |
---|---|
void |
JsSuperVisitor.endVisit(JsLiteral x,
JsContext ctx) |
boolean |
JsSuperVisitor.visit(JsLiteral x,
JsContext ctx) |
Copyright © 2018. All rights reserved.