Uses of Class
com.oracle.coherence.common.base.StackTrace.StackFrame
-
Packages that use StackTrace.StackFrame Package Description com.oracle.coherence.common.base The base package provides a number of classes to complement those in the java.lang package.com.tangosol.util Contains various generic utilities. -
-
Uses of StackTrace.StackFrame in com.oracle.coherence.common.base
Fields in com.oracle.coherence.common.base declared as StackTrace.StackFrame Modifier and Type Field Description static StackTrace.StackFrame
StackTrace.StackFrame. UNKNOWN
Methods in com.oracle.coherence.common.base that return StackTrace.StackFrame Modifier and Type Method Description static 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
Methods in com.tangosol.util that return StackTrace.StackFrame Modifier and Type Method Description static 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.
-