Package | Description |
---|---|
com.google.gwt.dev.jjs.ast | |
com.google.gwt.dev.jjs.impl |
Modifier and Type | Method and Description |
---|---|
JConstructor |
JNewInstance.getTarget() |
Modifier and Type | Method and Description |
---|---|
Iterable<JConstructor> |
JDeclaredType.getConstructors()
Returns the constructors for this type.
|
Modifier and Type | Method and Description |
---|---|
void |
JVisitor.endVisit(JConstructor x,
Context ctx) |
T |
JTransformer.transformConstructor(JConstructor x) |
boolean |
JVisitor.visit(JConstructor x,
Context ctx) |
Constructor and Description |
---|
JNewInstance(SourceInfo info,
JConstructor ctor) |
Modifier and Type | Method and Description |
---|---|
static JConstructor |
JjsUtils.getDelegatedThisOrSuperConstructor(JConstructor constructor)
Returns the constructor which this constructor delegates or null if none.
|
static JConstructor |
JjsUtils.getJsConstructor(JDeclaredType type)
Returns the JsConstructor for a class or null if it does not have any.
|
static JConstructor |
JjsUtils.getJsNativeConstructorOrNull(JType type)
Returns a native constructor of a native JsType class.
|
static JConstructor |
JjsUtils.getPrimaryConstructor(JDeclaredType type)
Returns the constructor which all others delegate to if any, otherwise null.
|
Modifier and Type | Method and Description |
---|---|
void |
JChangeTrackingVisitor.endVisit(JConstructor x,
Context ctx) |
boolean |
JChangeTrackingVisitor.enter(JConstructor x,
Context ctx) |
void |
TypeRemapper.exit(JConstructor x,
Context ctx) |
void |
JChangeTrackingVisitor.exit(JConstructor x,
Context ctx) |
static JConstructor |
JjsUtils.getDelegatedThisOrSuperConstructor(JConstructor constructor)
Returns the constructor which this constructor delegates or null if none.
|
boolean |
ToStringGenerationVisitor.visit(JConstructor x,
Context ctx) |
boolean |
JChangeTrackingVisitor.visit(JConstructor x,
Context ctx) |
Copyright © 2018. All rights reserved.