HPC Java supported expression operands

You can monitor an expression that uses the following types of operands only:

Operand Definition
Variable A variable used in your program. Static variables in superclasses or interfaces cannot be monitored.
Constant The constant can be one of the following types:
  • Fixed-point or floating-point constant within the ranges supported by the system the program you are debugging is running on.
  • A character constant, enclosed in single quote marks (for example, 'x')
ngaix.gif (1051 bytes) ngos2.gif (402 bytes) ngwin.gif (1069 bytes) Register Any of the processor registers that can be displayed in the Registers pane. In the case of conflicting names, program variable names take precedence over register names. For conversions that are done automatically when the registers display in mixed-mode expressions, general-purpose registers are treated as unsigned arithmetic items with a length appropriate to the register. For example, on Intel platforms EAX is 32-bits, AX is 16-bits, and AL is 8-bits.