public class InteriorObjRefWalker extends Object
| Constructor and Description |
|---|
InteriorObjRefWalker() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
walkObject(Object obj,
ObjectReferenceVisitor visitor)
Walk a possibly-hybrid Object, consisting of both an array and some fixed fields.
|
static boolean |
walkObjectInline(Object obj,
ObjectReferenceVisitor visitor) |
public static boolean walkObject(Object obj, ObjectReferenceVisitor visitor)
obj - The Object to be walked.visitor - The visitor to be applied to each Object reference in the Object.public static boolean walkObjectInline(Object obj, ObjectReferenceVisitor visitor)