Package | Description |
---|---|
com.google.gwt.dev.javac | |
com.google.gwt.dev.jjs.ast | |
com.google.gwt.dev.jjs.impl |
Modifier and Type | Method and Description |
---|---|
static void |
JsInteropUtil.maybeSetJsInteropProperties(JParameter parameter,
org.eclipse.jdt.internal.compiler.ast.Annotation... annotations) |
Modifier and Type | Method and Description |
---|---|
JParameter |
JMethod.cloneParameter(JParameter from)
Adds a new parameter to this method that is a copy of
from . |
JParameter |
JMethod.createFinalParameter(SourceInfo info,
String name,
JType type)
Adds a new final parameter to this method.
|
JParameter |
JMethod.createParameter(SourceInfo info,
String name,
JType type)
Adds a new parameter to this method.
|
JParameter |
JMethod.createParameter(SourceInfo info,
String name,
JType type,
boolean isFinal,
boolean isVarargs)
Adds a new parameter to this method.
|
JParameter |
JMethod.createThisParameter(SourceInfo info,
JType type)
Creates a parameter to hold the value of this in devirtualized methods.
|
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 |
---|---|
JParameter |
JMethod.cloneParameter(JParameter from)
Adds a new parameter to this method that is a copy of
from . |
void |
JVisitor.endVisit(JParameter x,
Context ctx) |
T |
JTransformer.transformParameter(JParameter x) |
boolean |
JVisitor.visit(JParameter x,
Context ctx) |
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.