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