
public class JsniFieldRef extends JFieldRef
target| Constructor and Description |
|---|
JsniFieldRef(SourceInfo info,
String ident,
JField field,
JDeclaredType enclosingType,
boolean isLvalue) |
| Modifier and Type | Method and Description |
|---|---|
String |
getIdent() |
boolean |
isLvalue() |
void |
traverse(JVisitor visitor,
Context ctx)
Causes this object to have the visitor visit itself and its children.
|
getEnclosingType, getField, getInstance, getType, hasClinit, hasSideEffects, resolvegetTargetmakeStatementgetSourceInfo, setSourceInfo, toSource, toStringpublic JsniFieldRef(SourceInfo info, String ident, JField field, JDeclaredType enclosingType, boolean isLvalue)
public String getIdent()
public boolean isLvalue()
public void traverse(JVisitor visitor, Context ctx)
JVisitabletraverse in interface JVisitabletraverse in class JFieldRefvisitor - the visitor that should traverse this nodectx - the context of an existing traversalCopyright © 2018. All rights reserved.