public class FieldRefNode extends Node implements Numberable
| Modifier and Type | Field and Description |
|---|---|
protected VarNode |
base |
protected SparkField |
field |
| Constructor and Description |
|---|
FieldRefNode(VarNode base,
SparkField field) |
| Modifier and Type | Method and Description |
|---|---|
VarNode |
getBase()
Returns the base of this field reference.
|
SparkField |
getField()
Returns the field of this field reference.
|
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitgetNumber, setNumberprotected VarNode base
protected SparkField field
public FieldRefNode(VarNode base, SparkField field)
public VarNode getBase()
public SparkField getField()
Copyright © 2024 Soot OSS. All rights reserved.