Class Lse
java.lang.Object
com.ibm.dtfj.corereaders.zos.mvs.Lse
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlong
address()
Returns the address of this Lseboolean
Returns true if this is Z/Architecture (ie the variant with all the 1's)long
lses1grs
(int gpr) Returns the given GPRint
Returns the pasn of the calling programlong
Returns the pswint
Returns the entry typelong
lsesgrs
(int gpr) Returns the given GPRlong
lsespsw()
Returns the pswlong
lsestarg()
Returns the target routine indicationint
lsestyp7()
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
-
lses1typ7
-
lsestarg
-
lsespsw
-
lses1pswh
-
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
-