| Package | Description |
|---|---|
| com.google.gwt.dev.jjs.ast | |
| com.google.gwt.dev.jjs.ast.js | |
| com.google.gwt.dev.jjs.impl |
| Modifier and Type | Method and Description |
|---|---|
JClassLiteral |
JNewArray.getLeafTypeClassLiteral()
Return a class literal for the leaf type of the array.
|
| Modifier and Type | Method and Description |
|---|---|
JExpression |
JProgram.createArrayClassLiteralExpression(SourceInfo sourceInfo,
JClassLiteral leafTypeClassLiteral,
int dimensions)
Returns an expression that evaluates to an array class literal at runtime.
|
void |
JVisitor.endVisit(JClassLiteral x,
Context ctx) |
T |
JTransformer.transformClassLiteral(JClassLiteral x) |
boolean |
JVisitor.visit(JClassLiteral x,
Context ctx) |
| Constructor and Description |
|---|
JNewArray(SourceInfo info,
JArrayType type,
List<JExpression> dimensionExpressions,
List<JExpression> initializers,
JClassLiteral leafTypeClassLiteral) |
| Modifier and Type | Class and Description |
|---|---|
class |
JsniClassLiteral
JSNI reference to a Java class literal.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ControlFlowRecorder.endVisit(JClassLiteral x,
Context ctx) |
void |
TypeReferencesRecorder.endVisit(JClassLiteral x,
Context ctx) |
boolean |
ToStringGenerationVisitor.visit(JClassLiteral x,
Context ctx) |
boolean |
CloneExpressionVisitor.visit(JClassLiteral x,
Context ctx) |
Copyright © 2018. All rights reserved.