Package | Description |
---|---|
com.google.gwt.dev.jjs.ast | |
com.google.gwt.dev.jjs.impl |
Modifier and Type | Method and Description |
---|---|
JMethodBody |
JConstructor.getBody() |
Modifier and Type | Method and Description |
---|---|
static JLocal |
JProgram.createLocal(SourceInfo info,
String name,
JType type,
boolean isFinal,
JMethodBody enclosingMethodBody) |
void |
JVisitor.endVisit(JMethodBody x,
Context ctx) |
boolean |
JVisitor.visit(JMethodBody x,
Context ctx) |
Modifier and Type | Method and Description |
---|---|
void |
JModVisitorWithTemporaryVariableCreation.endVisit(JMethodBody body,
Context ctx) |
protected String |
CompoundAssignmentNormalizer.newTemporaryLocalName(SourceInfo info,
JType type,
JMethodBody methodBody)
Gets a new temporary local variable name in
methodBody . |
protected abstract String |
JModVisitorWithTemporaryVariableCreation.newTemporaryLocalName(SourceInfo info,
JType type,
JMethodBody methodBody) |
boolean |
ToStringGenerationVisitor.visit(JMethodBody x,
Context ctx) |
boolean |
JModVisitorWithTemporaryVariableCreation.visit(JMethodBody body,
Context ctx) |
Copyright © 2018. All rights reserved.