| Package | Description |
|---|---|
| com.google.gwt.dev.jjs.ast | |
| com.google.gwt.dev.jjs.impl |
| Modifier and Type | Method and Description |
|---|---|
static JParameter |
JParameter.create(SourceInfo info,
String name,
JType type,
boolean isFinal,
boolean isThis,
JMethod enclosingMethod) |
static JParameter |
JProgram.createParameter(SourceInfo info,
String name,
JType type,
boolean isFinal,
boolean isThis,
JMethod enclosingMethod) |
JParameter |
JParameterRef.getParameter() |
| Modifier and Type | Method and Description |
|---|---|
List<JParameter> |
JMethod.getParams()
Returns the parameters of this method.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JMethod.addParam(JParameter x)
Adds a parameter to this method.
|
void |
JVisitor.endVisit(JParameter x,
Context ctx) |
boolean |
JVisitor.visit(JParameter x,
Context ctx) |
| Constructor and Description |
|---|
JParameterRef(SourceInfo info,
JParameter param) |
| Modifier and Type | Method and Description |
|---|---|
void |
TypeTightener.TightenTypesVisitor.endVisit(JParameter x,
Context ctx) |
boolean |
ToStringGenerationVisitor.visit(JParameter x,
Context ctx) |
Copyright © 2018. All rights reserved.