| 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.getClassLiteral()
Return a class literal for the array type itself.
|
| Modifier and Type | Method and Description |
|---|---|
List<JClassLiteral> |
JNewArray.getClassLiterals()
Get the list of class literals that will be needed to support this
expression.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JVisitor.endVisit(JClassLiteral x,
Context ctx) |
boolean |
JVisitor.visit(JClassLiteral x,
Context ctx) |
| Constructor and Description |
|---|
JNewArray(SourceInfo info,
JArrayType type,
List<JExpression> dims,
List<JExpression> initializers,
List<JClassLiteral> classLits) |
| Modifier and Type | Class and Description |
|---|---|
class |
JsniClassLiteral
JSNI reference to a Java class literal.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ToStringGenerationVisitor.visit(JClassLiteral x,
Context ctx) |
boolean |
CloneExpressionVisitor.visit(JClassLiteral x,
Context ctx) |
Copyright © 2018. All rights reserved.