| Package | Description |
|---|---|
| com.google.gwt.dev.jjs.ast | |
| com.google.gwt.dev.jjs.ast.js |
| Modifier and Type | Class and Description |
|---|---|
class |
JAbsentArrayDimension
Represents an array dimension that was not specified in an array
instantiation expression.
|
class |
JBooleanLiteral
Java boolean literal expression.
|
class |
JCharLiteral
Java character literal expression.
|
class |
JClassLiteral
Java class 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.
|
class |
JValueLiteral
Base class for any Java literal expression.
|
| Modifier and Type | Method and Description |
|---|---|
JLiteral |
CanHaveInitializer.getConstInitializer() |
JLiteral |
JVariable.getConstInitializer() |
JLiteral |
JReferenceType.getDefaultValue() |
abstract JLiteral |
JType.getDefaultValue() |
JLiteral |
JPrimitiveType.getDefaultValue() |
JLiteral |
JCaseStatement.getExpr() |
| Modifier and Type | Method and Description |
|---|---|
void |
JVisitor.endVisit(JLiteral x,
Context ctx) |
boolean |
JVisitor.visit(JLiteral x,
Context ctx) |
| Constructor and Description |
|---|
JCaseStatement(SourceInfo info,
JLiteral expr) |
| Modifier and Type | Class and Description |
|---|---|
static class |
JsCastMap.JsQueryType
A low-level node representing a query type for cast/instanceof.
|
class |
JsniClassLiteral
JSNI reference to a Java class literal.
|
Copyright © 2018. All rights reserved.