IBM HeapAnalyzer Script Runtime Environment
The IBM HeapAnalyzer supports script languages in the IBM HeapAnalyzer Script Runtime Environment.
The current version of the IBM HeapAnalyzer supports the ECMAScript® language
which is standardized by
Standard ECMA-262 ECMAScript® Language Specification
and ECMAScript for XML which is standardized by
Standard ECMA-357
ECMAScript® for XML (E4X) Specification.
The most well known implementations of the ECMA standard are JavaScript®(Oracle) and JScript®(Microsoft).
For more information about the script engine, please visit the script engine documentation.
Built-in global variables
heap is a global variable for a selected Java heap dump
desktopPane is a global variable for the JDesktopPane of the IBM HeapAnalzyer's content pane
Run the following script to display all the methods for the variable 'heap'
print(heap.getMethodList());