Package | Description |
---|---|
com.google.gwt.dev.jjs.ast | |
com.google.gwt.dev.jjs.impl |
Modifier and Type | Method and Description |
---|---|
JLocalRef |
JLocal.createRef(SourceInfo info) |
JLocalRef |
JTryStatement.CatchClause.getArg() |
JLocalRef |
JLocal.makeRef(SourceInfo info) |
Modifier and Type | Method and Description |
---|---|
void |
JVisitor.endVisit(JLocalRef x,
Context ctx) |
T |
JTransformer.transformLocalRef(JLocalRef x) |
boolean |
JVisitor.visit(JLocalRef x,
Context ctx) |
Constructor and Description |
---|
CatchClause(List<JType> catchTypes,
JLocalRef arg,
JBlock block) |
Modifier and Type | Method and Description |
---|---|
void |
ExpressionAnalyzer.endVisit(JLocalRef x,
Context ctx) |
void |
DeadCodeElimination.DeadCodeVisitor.endVisit(JLocalRef x,
Context ctx) |
boolean |
ToStringGenerationVisitor.visit(JLocalRef x,
Context ctx) |
boolean |
CloneExpressionVisitor.visit(JLocalRef x,
Context ctx) |
Copyright © 2018. All rights reserved.