Uses of Class
com.ibm.j9ddr.corereaders.tdump.zebedee.le.Edb
-
Packages that use Edb Package Description com.ibm.j9ddr.corereaders.tdump.zebedee.le -
-
Uses of Edb in com.ibm.j9ddr.corereaders.tdump.zebedee.le
Methods in com.ibm.j9ddr.corereaders.tdump.zebedee.le that return Edb Modifier and Type Method Description Edb
Caa. getEdb()
Returns the EDB (Enclave Data Block) for this Caa.static Edb[]
Edb. getEdbs(AddressSpace space)
Returns an array of all the Edbs in the given address space.static Edb
Edb. getSampleEdb(AddressSpace space)
Returns a "sample" Edb for the given address space.Methods in com.ibm.j9ddr.corereaders.tdump.zebedee.le with parameters of type Edb Modifier and Type Method Description 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).
-