Uses of Class
com.ibm.dtfj.corereaders.zos.le.Caa
-
Packages that use Caa Package Description com.ibm.dtfj.corereaders.zos.le -
-
Uses of Caa in com.ibm.dtfj.corereaders.zos.le
Methods in com.ibm.dtfj.corereaders.zos.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
Constructors in com.ibm.dtfj.corereaders.zos.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.
-