Uses of Class
com.oracle.coherence.common.base.StackTrace.StackFrame
Package
Description
The base package provides a number of classes to complement those in the java.lang package.
Contains various generic utilities.
-
Uses of StackTrace.StackFrame in com.oracle.coherence.common.base
Modifier and TypeFieldDescriptionstatic final StackTrace.StackFrame
StackTrace.StackFrame.UNKNOWN
Modifier and TypeMethodDescriptionstatic StackTrace.StackFrame
StackTrace.getCallerStackFrame()
Get the StackFrame information for the caller of the current method.static StackTrace.StackFrame
StackTrace.getStackFrame()
Get the StackFrame information for the current method.static StackTrace.StackFrame[]
StackTrace.getStackFrames()
Iterate the StackFrame information for all callers, going from the inside outwards, and starting with the caller of this method. -
Uses of StackTrace.StackFrame in com.tangosol.util
Modifier and TypeMethodDescriptionstatic StackTrace.StackFrame
Base.getCallerStackFrame()
Get the StackFrame information for the caller of the current method.static StackTrace.StackFrame
Base.getStackFrame()
Get the StackFrame information for the current method.static StackTrace.StackFrame[]
Base.getStackFrames()
Iterate the StackFrame information for all callers, going from the inside outwards, and starting with the caller of this method.