| 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 |
|---|---|
void |
JVisitor.endVisit(JFieldRef x,
Context ctx)
NOTE: not called from JsniFieldRef.
|
boolean |
JVisitor.visit(JFieldRef x,
Context ctx)
NOTE: not called from JsniFieldRef.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JsniFieldRef
JSNI reference to a Java field.
|
| Modifier and Type | Method and Description |
|---|---|
static JFieldRef |
Pruner.transformToNullFieldRef(JFieldRef x,
JProgram program)
Transform a reference to a pruned instance field into a reference to the
null field, which will be used to replace
x. |
| Modifier and Type | Method and Description |
|---|---|
void |
ExpressionAnalyzer.endVisit(JFieldRef x,
Context ctx) |
void |
DeadCodeElimination.DeadCodeVisitor.endVisit(JFieldRef x,
Context ctx) |
void |
TypeTightener.FixDanglingRefsVisitor.endVisit(JFieldRef x,
Context ctx) |
static JFieldRef |
Pruner.transformToNullFieldRef(JFieldRef x,
JProgram program)
Transform a reference to a pruned instance field into a reference to the
null field, which will be used to replace
x. |
boolean |
ToStringGenerationVisitor.visit(JFieldRef x,
Context ctx) |
boolean |
CloneExpressionVisitor.visit(JFieldRef x,
Context ctx) |
Copyright © 2018. All rights reserved.