Uses of Class
com.ibm.j9ddr.corereaders.tdump.zebedee.le.Caa
Packages that use Caa
-
Uses of Caa in com.ibm.j9ddr.corereaders.tdump.zebedee.le
Methods in com.ibm.j9ddr.corereaders.tdump.zebedee.le that return CaaModifier and TypeMethodDescriptionstatic Caa[]
Caa.getCaas
(AddressSpace space) Returns an array containing all of the Caas in the givenAddressSpace
static Caa[]
Caa.getCaas
(AddressSpace space, Edb edb) Returns an array containing all of the Caas in the givenAddressSpace
and which belong to the given enclave (or all if enclave is null).Constructors in com.ibm.j9ddr.corereaders.tdump.zebedee.le with parameters of type CaaModifierConstructorDescriptionDsaStackFrame
(long address, boolean isDownStack, RegisterSet registers, AddressSpace space, Caa caa) Create a new DsaStackFrame from the given dsa address and with the given stack direction.