class StackFrameWrapper extends Logging
Represents a wrapper around a stack frame, providing additional methods.
- Alphabetic
- By Inheritance
- StackFrameWrapper
- Logging
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
StackFrameWrapper(_stackFrame: StackFrame)
- _stackFrame
The stack frame to wrap
Type Members
-
implicit
class
LoggerExtras
extends AnyRef
- Definition Classes
- Logging
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
localArgumentMap(): Map[LocalVariable, Value]
Retrieves local variables that are arguments and their values for the underlying stack frame.
Retrieves local variables that are arguments and their values for the underlying stack frame.
- returns
The map of local variables paired with their respective values
-
def
localNonArgumentMap(): Map[LocalVariable, Value]
Retrieves local variables that are not arguments and their values for the underlying stack frame.
Retrieves local variables that are not arguments and their values for the underlying stack frame.
- returns
The map of local variables paired with their respective values
-
def
localVisibleVariable(name: String): Option[(LocalVariable, Value)]
Retrieves the specified local variable and its value for the underlying stack frame.
Retrieves the specified local variable and its value for the underlying stack frame.
- name
The name of the local variable to retrieve
- returns
Some tuple of local variable and value if available, otherwise None
-
def
localVisibleVariableMap(): Map[LocalVariable, Value]
Retrieves local variables and their values for the underlying stack frame.
Retrieves local variables and their values for the underlying stack frame.
- returns
The map of local variables paired with their respective values
-
val
logger: Logger
- Attributes
- protected
- Definition Classes
- Logging
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
thisObjectAsOption: Option[ObjectReference]
Attempts to retrieve the "this" object for the underlying stack frame.
Attempts to retrieve the "this" object for the underlying stack frame.
- returns
Some object reference if retrieved, otherwise None
-
def
thisVisibleField(name: String): Option[(Field, Value)]
Retrieves the specified local variable and its value for the underlying stack frame.
Retrieves the specified local variable and its value for the underlying stack frame.
- name
The name of the local variable to retrieve
- returns
Some tuple of local variable and value if available, otherwise None
-
def
thisVisibleFieldMap(): Map[Field, Value]
Retrieves fields and values for the "this" object contained in the underlying stack frame.
Retrieves fields and values for the "this" object contained in the underlying stack frame.
- returns
The map of fields paired with their respective values
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )