Package | Description |
---|---|
com.google.gwt.dev.jjs.ast | |
com.google.gwt.dev.jjs.impl |
Modifier and Type | Method and Description |
---|---|
static JLocal |
JProgram.createLocal(SourceInfo info,
String name,
JType type,
boolean isFinal,
JMethodBody enclosingMethodBody) |
JLocal |
JLocalRef.getLocal() |
Modifier and Type | Method and Description |
---|---|
List<JLocal> |
JMethodBody.getLocals()
Returns this method's local variables.
|
Modifier and Type | Method and Description |
---|---|
void |
JMethodBody.addLocal(JLocal local)
Adds a local to this method body.
|
void |
JVisitor.endVisit(JLocal x,
Context ctx) |
boolean |
JVisitor.visit(JLocal x,
Context ctx) |
Modifier and Type | Method and Description |
---|---|
void |
JMethodBody.sortLocals(Comparator<? super JLocal> sort)
Sorts this method's locals according to the specified sort.
|
Constructor and Description |
---|
JLocalRef(SourceInfo info,
JLocal local) |
Modifier and Type | Method and Description |
---|---|
protected JLocal |
JModVisitorWithTemporaryVariableCreation.createTempLocal(SourceInfo info,
JType type) |
Modifier and Type | Method and Description |
---|---|
void |
TypeTightener.TightenTypesVisitor.endVisit(JLocal x,
Context ctx) |
boolean |
ToStringGenerationVisitor.visit(JLocal x,
Context ctx) |
Copyright © 2018. All rights reserved.