Modifier and Type | Method and Description |
---|---|
public default boolean | canMaterializeVirtualObjects()
Determines if |
public <T> T | Returns: the last result returned by the visitor (which is non-null to indicate that iteration should stop), or null if the whole stack was iterated.if this is non- initialMethods, ResolvedJavaMethod[] null , then the stack walk will start at the
first frame whose method is one of these methods.if this is non- matchingMethods, int null , then only frames whose methods are in
this array are visitedthe number of matching methods to skip (including the initial method) initialSkip, InspectedFrameVisitor<T> the visitor that is called for every matching method visitor)Walks the current stack, providing |
canMaterializeVirtualObjects | back to summary |
---|---|
public default boolean canMaterializeVirtualObjects() Determines if |
iterateFrames | back to summary |
---|---|
public <T> T iterateFrames(ResolvedJavaMethod[] initialMethods, ResolvedJavaMethod[] matchingMethods, int initialSkip, InspectedFrameVisitor<T> visitor) Walks the current stack, providing
|