Package | Description |
---|---|
com.google.gwt.dev.jjs.ast | |
com.google.gwt.dev.jjs.impl | |
com.google.gwt.dev.jjs.impl.gflow.constants |
Modifier and Type | Class and Description |
---|---|
class |
JBooleanLiteral
Java boolean literal expression.
|
class |
JCharLiteral
Java character literal expression.
|
class |
JDoubleLiteral
Java double literal expression.
|
class |
JFloatLiteral
Java literal typed as a float.
|
class |
JIntLiteral
Java integer literal expression.
|
class |
JLongLiteral
Java literal expression that evaluates to a Long.
|
class |
JNullLiteral
Java null literal expression.
|
class |
JStringLiteral
Java literal expression that evaluates to a string.
|
Modifier and Type | Method and Description |
---|---|
JValueLiteral |
JPrimitiveType.coerce(JValueLiteral literal) |
JValueLiteral |
JField.getLiteralInitializer() |
Modifier and Type | Method and Description |
---|---|
JValueLiteral |
JPrimitiveType.coerce(JValueLiteral literal) |
void |
JVisitor.endVisit(JValueLiteral x,
Context ctx) |
boolean |
JVisitor.visit(JValueLiteral x,
Context ctx) |
Modifier and Type | Method and Description |
---|---|
void |
TypeRefDepsChecker.endVisit(JValueLiteral x,
Context ctx) |
void |
TypeReferencesRecorder.endVisit(JValueLiteral x,
Context ctx) |
Modifier and Type | Method and Description |
---|---|
static JValueLiteral |
ExpressionEvaluator.evalBinOp(JBinaryOperation x,
JValueLiteral lhs,
JValueLiteral rhs) |
static JValueLiteral |
ExpressionEvaluator.evaluate(JExpression expression,
ConstantsAssumption assumptions) |
JValueLiteral |
ConstantsAssumption.get(JVariable variable)
Get variable constant assumption.
|
Modifier and Type | Method and Description |
---|---|
static JValueLiteral |
ExpressionEvaluator.evalBinOp(JBinaryOperation x,
JValueLiteral lhs,
JValueLiteral rhs) |
void |
ConstantsAssumption.Updater.set(JVariable target,
JValueLiteral literal) |
Copyright © 2018. All rights reserved.