| 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  | JBooleanLiteralJava boolean literal expression. | 
| class  | JCharLiteralJava character literal expression. | 
| class  | JDoubleLiteralJava double literal expression. | 
| class  | JFloatLiteralJava literal typed as a float. | 
| class  | JIntLiteralJava integer literal expression. | 
| class  | JLongLiteralJava literal expression that evaluates to a Long. | 
| class  | JNullLiteralJava null literal expression. | 
| class  | JStringLiteralJava 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.