java.lang.Object
com.ibm.dtfj.corereaders.zos.mvs.Lse
This class represents Linkage Stack Entry (LSE).
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongaddress()Returns the address of this LsebooleanReturns true if this is Z/Architecture (ie the variant with all the 1's)longlses1grs(int gpr) Returns the given GPRintReturns the pasn of the calling programlongReturns the pswintReturns the entry typelonglsesgrs(int gpr) Returns the given GPRlonglsespsw()Returns the pswlonglsestarg()Returns the target routine indicationintlsestyp7()Returns the entry type
-
Field Details
-
LSEDPC
public static final int LSEDPCPC STATE entry type- See Also:
-
LSED1PC
public static final int LSED1PCPC STATE entry type- See Also:
-
LSED1BAKR
public static final int LSED1BAKRBAKR STATE entry type- See Also:
-
-
Constructor Details
-
Lse
Create a new Linkage Stack Entry
-
-
Method Details
-
address
public long address()Returns the address of this Lse -
lsestyp7
Returns the entry type- Throws:
IOException
-
lses1typ7
Returns the entry type- Throws:
IOException
-
lsestarg
Returns the target routine indication- Throws:
IOException
-
lsespsw
Returns the psw- Throws:
IOException
-
lses1pswh
Returns the psw- Throws:
IOException
-
lsesgrs
Returns the given GPR- Parameters:
gpr- the index of the GPR to return. Must be in the range 0-15.- Throws:
IOException
-
lses1grs
Returns the given GPR- Parameters:
gpr- the index of the GPR to return. Must be in the range 0-15.- Throws:
IOException
-
lses1pasn
Returns the pasn of the calling program- Throws:
IOException
-
isZArchitecture
Returns true if this is Z/Architecture (ie the variant with all the 1's)- Throws:
IOException
-