Product Site

5.4.20. StackFrame Class

The StackFrame class gives access to execution information about an 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. StackFrame instances cannot be directly created by the user.
Table 5.55. StackFrame Class
Object
Methods inherited from the Object class
Class (Metaclass)
Methods inherited from the Class class
StackFrame
argumentsmakeStringtraceLine
contextnametype
invocationstring 
linetarget