Package | Description |
---|---|
com.google.gwt.dev.jjs.ast | |
com.google.gwt.dev.jjs.ast.js | |
com.google.gwt.dev.jjs.impl.gflow.cfg |
Modifier and Type | Class and Description |
---|---|
class |
JFieldRef
Java field reference expression.
|
class |
JLocalRef
Java local variable reference.
|
class |
JParameterRef
Java method parameter reference expression.
|
Modifier and Type | Method and Description |
---|---|
JVariableRef |
JDeclarationStatement.getVariableRef() |
Modifier and Type | Method and Description |
---|---|
void |
JVisitor.endVisit(JVariableRef x,
Context ctx) |
boolean |
JVisitor.visit(JVariableRef x,
Context ctx) |
Constructor and Description |
---|
JDeclarationStatement(SourceInfo info,
JVariableRef variableRef,
JExpression intializer) |
Modifier and Type | Class and Description |
---|---|
class |
JsniFieldRef
JSNI reference to a Java field.
|
Constructor and Description |
---|
CfgReadNode(CfgNode<?> parent,
JVariableRef node) |
Copyright © 2018. All rights reserved.