Package | Description |
---|---|
com.google.gwt.dev.jjs.ast | |
com.google.gwt.dev.jjs.ast.js | |
com.google.gwt.dev.jjs.impl |
Modifier and Type | Method and Description |
---|---|
void |
JVisitor.endVisit(JsniMethodRef x,
Context ctx) |
boolean |
JVisitor.visit(JsniMethodRef x,
Context ctx) |
Modifier and Type | Method and Description |
---|---|
List<JsniMethodRef> |
JsniMethodBody.getJsniMethodRefs()
Return this method's references to Java methods.
|
Modifier and Type | Method and Description |
---|---|
void |
JsniMethodBody.addJsniRef(JsniMethodRef ref)
Adds a reference from this method to a Java method.
|
Constructor and Description |
---|
JsniMethodBody(SourceInfo info,
JsFunction function,
List<JsniClassLiteral> classRefs,
List<JsniFieldRef> jsniFieldRefs,
List<JsniMethodRef> jsniMethodRefs,
Set<String> stringLiterals) |
Modifier and Type | Method and Description |
---|---|
void |
TypeRefDepsChecker.endVisit(JsniMethodRef x,
Context ctx) |
void |
TypeReferencesRecorder.endVisit(JsniMethodRef x,
Context ctx) |
void |
ImplicitUpcastAnalyzer.endVisit(JsniMethodRef x,
Context ctx) |
boolean |
ToStringGenerationVisitor.visit(JsniMethodRef x,
Context ctx) |
boolean |
JsniRestrictionChecker.visit(JsniMethodRef x,
Context ctx) |
boolean |
CloneExpressionVisitor.visit(JsniMethodRef x,
Context ctx) |
Copyright © 2018. All rights reserved.