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, resolve
getTarget
makeStatement
getSourceInfo, setSourceInfo, toSource, toString
public JsniFieldRef(SourceInfo info, String ident, JField field, JDeclaredType enclosingType, boolean isLvalue)
public String getIdent()
public boolean isLvalue()
public void traverse(JVisitor visitor, Context ctx)
JVisitable
traverse
in interface JVisitable
traverse
in class JFieldRef
visitor
- the visitor that should traverse this nodectx
- the context of an existing traversalCopyright © 2018. All rights reserved.