Uses of Class
com.ibm.j9ddr.corereaders.tdump.zebedee.le.Caa
-
Packages that use Caa Package Description com.ibm.j9ddr.corereaders.tdump.zebedee.le -
-
Uses of Caa in com.ibm.j9ddr.corereaders.tdump.zebedee.le
Methods in com.ibm.j9ddr.corereaders.tdump.zebedee.le that return Caa Modifier and Type Method Description static 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 Caa Constructor Description DsaStackFrame(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.
-