Product SiteDocumentation Site

5.4.21. The StackFrame Class

The StackFrame class gives access to execution information about the currently executing Rexx activity. Instances of the StackFrame class can be obtained via the .CONTEXT environment symbol or from a condition object created for a trapped condition. A StackFrame instance represents an instance of an execution unit on the current activity's call stack. It provides information on code location, arguments, etc. that are useful for debugging and problem determination. They cannot be directly created by the user. It is a subclass of the Object class (Section 5.1.1, “The Object Class”).

Table 5.48. ooRexx StackFrame Class

Object
StackFrame
 
arguments
executable
line
makeString
name
string
target
traceLine
type

5.4.21.1. Inherited Methods

Methods inherited from the Object class (Section 5.1.1, “The Object Class”).
new (Class Method)initsend
= \= == \== <> ><instanceMethodsendWith
|| '' (abuttal)' ' (blank)instanceMethodssetMethod
(Operator Methods)isAstart
classisInstanceOfstartWith
copyobjectNamestring
defaultNameobjectName=unsetMethod
hasMethodrequest 
identityHashrun