public class ContextField extends ValNode
| Modifier and Type | Field and Description |
|---|---|
protected Context |
context |
protected SparkField |
field |
| Constructor and Description |
|---|
ContextField(Context context,
SparkField field) |
| Modifier and Type | Method and Description |
|---|---|
AllocNode |
getBase() |
Context |
getContext()
Returns the base AllocNode.
|
SparkField |
getField()
Returns the field of this node.
|
boolean |
hasBase() |
String |
toString() |
compareTo, discardP2Set, getP2Setclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetNumber, setNumberprotected Context context
protected SparkField field
public ContextField(Context context, SparkField field)
Copyright © 2024 Soot OSS. All rights reserved.