Follow the links below to browse sample Javadoc for MJ classes and tools, including the MJ Runtime Library.
com.arsi.mj.maprpt.lexer.ptree.rsvd.ghi contains the following classes and interfaces.
| Classes and Interfaces | |
| GLBSTR | Represents Mapper reserved word GLBSTR$, available global variable space in bytes. |
| GRAPH | Represents Mapper reserved word GRAPH$, graphics terminal flag (if zero,
terminal cannot display graphics). |
| HLINES | Represents Mapper reserved word HLINES$, number of held lines. |
| ICVAR | Represents Mapper reserved word ICVAR$, input data entered on the
control line (no leading tabs required; strings allowed (see CHD).
|
| INMSV | Represents Mapper reserved word INMSV$, input data from the function mask
on the screen (see OUM). |
| INPUT | Represents Mapper reserved word INPUT$, input data from the screen or
from an external source (OUT, RRN, RUN,
BR, SC). |
| INSTR | Represents Mapper reserved word INSTR$, input data from the screen
or from an external source (OUT, RRN, RUN,
BR, SC). |
| INVAR | Represents Mapper reserved word INVAR$, input from input fields on the screen,
delimited by tabs (OUT or SC). |
| INVR1 | Represents Mapper reserved word INVR1$, input from input fields on the
screen (OUT or SC). |
| IO | Represents Mapper reserved word IO$, number of storage I/O requests
processed during the script. |
| IP | Represents Mapper reserved word IP$, returns the amount of
processing time consumed during a script in milliseconds. |
GLBSTR$, available global variable space in bytes.
public class com.arsi.mj.maprpt.lexer.ptree.rsvd.ghi.GLBSTR
extends java.lang.Object
implements com.arsi.mj.maprpt.lexer.ptree.rsvd.IReservedWord
| Constructors |
public GLBSTR()
|
| Methods |
public com.arsi.mj.maprpt.lexer.ptree.rsvd.IReservedWord.CabinetDrawerReportContext cdr()
|
public com.arsi.mj.datatype.MaprptDataType dataType()
|
public boolean isCompileTime()
|
public int length()
|
public com.arsi.mj.datatype.MaprptUsageDataType usageDataType()
|
GRAPH$, graphics terminal flag (if zero,
terminal cannot display graphics).
public class com.arsi.mj.maprpt.lexer.ptree.rsvd.ghi.GRAPH
extends java.lang.Object
implements com.arsi.mj.maprpt.lexer.ptree.rsvd.IReservedWord
| Constructors |
public GRAPH()
|
| Methods |
public com.arsi.mj.maprpt.lexer.ptree.rsvd.IReservedWord.CabinetDrawerReportContext cdr()
|
public com.arsi.mj.datatype.MaprptDataType dataType()
|
MJ is configured during application migration to support Mapper graphics.
public boolean isCompileTime()
|
public int length()
|
public com.arsi.mj.datatype.MaprptUsageDataType usageDataType()
|
HLINES$, number of held lines.
public class com.arsi.mj.maprpt.lexer.ptree.rsvd.ghi.HLINES
extends java.lang.Object
implements com.arsi.mj.maprpt.lexer.ptree.rsvd.IReservedWord
| Constructors |
public HLINES()
|
| Methods |
public com.arsi.mj.maprpt.lexer.ptree.rsvd.IReservedWord.CabinetDrawerReportContext cdr()
|
public com.arsi.mj.datatype.MaprptDataType dataType()
|
public boolean isCompileTime()
|
public int length()
|
public com.arsi.mj.datatype.MaprptUsageDataType usageDataType()
|
ICVAR$, input data entered on the
control line (no leading tabs required; strings allowed (see CHD).
public class com.arsi.mj.maprpt.lexer.ptree.rsvd.ghi.ICVAR
extends java.lang.Object
implements com.arsi.mj.maprpt.lexer.ptree.rsvd.IReservedWord
| Constructors |
public ICVAR()
|
| Methods |
public com.arsi.mj.maprpt.lexer.ptree.rsvd.IReservedWord.CabinetDrawerReportContext cdr()
|
public com.arsi.mj.datatype.MaprptDataType dataType()
|
public boolean isCompileTime()
|
public int length()
|
public com.arsi.mj.datatype.MaprptUsageDataType usageDataType()
|
INMSV$, input data from the function mask
on the screen (see OUM).OUM command is rarely used.
public class com.arsi.mj.maprpt.lexer.ptree.rsvd.ghi.INMSV
extends java.lang.Object
implements com.arsi.mj.maprpt.lexer.ptree.rsvd.IReservedWord
| Constructors |
public INMSV()
|
| Methods |
public com.arsi.mj.maprpt.lexer.ptree.rsvd.IReservedWord.CabinetDrawerReportContext cdr()
|
public com.arsi.mj.datatype.MaprptDataType dataType()
|
public boolean isCompileTime()
|
public int length()
|
public com.arsi.mj.datatype.MaprptUsageDataType usageDataType()
|
INPUT$, input data from the screen or
from an external source (OUT, RRN, RUN,
BR, SC). Up to 80 variables and strings allowed.
public class com.arsi.mj.maprpt.lexer.ptree.rsvd.ghi.INPUT
extends java.lang.Object
implements com.arsi.mj.maprpt.lexer.ptree.rsvd.IReservedWord
| Constructors |
public INPUT()
|
| Methods |
public com.arsi.mj.maprpt.lexer.ptree.rsvd.IReservedWord.CabinetDrawerReportContext cdr()
|
public com.arsi.mj.datatype.MaprptDataType dataType()
|
public boolean isCompileTime()
|
public int length()
|
public com.arsi.mj.datatype.MaprptUsageDataType usageDataType()
|
INSTR$, input data from the screen
or from an external source (OUT, RRN, RUN,
BR, SC). Up to 80 variables and strings allowed.
public class com.arsi.mj.maprpt.lexer.ptree.rsvd.ghi.INSTR
extends java.lang.Object
implements com.arsi.mj.maprpt.lexer.ptree.rsvd.IReservedWord
| Constructors |
public INSTR()
|
| Methods |
public com.arsi.mj.maprpt.lexer.ptree.rsvd.IReservedWord.CabinetDrawerReportContext cdr()
|
public com.arsi.mj.datatype.MaprptDataType dataType()
|
public boolean isCompileTime()
|
public int length()
|
public com.arsi.mj.datatype.MaprptUsageDataType usageDataType()
|
INVAR$, input from input fields on the screen,
delimited by tabs (OUT or SC). Up to 80 variables and strings allowed.
public class com.arsi.mj.maprpt.lexer.ptree.rsvd.ghi.INVAR
extends java.lang.Object
implements com.arsi.mj.maprpt.lexer.ptree.rsvd.IReservedWord
| Constructors |
public INVAR()
|
| Methods |
public com.arsi.mj.maprpt.lexer.ptree.rsvd.IReservedWord.CabinetDrawerReportContext cdr()
|
public com.arsi.mj.datatype.MaprptDataType dataType()
|
public boolean isCompileTime()
|
public int length()
|
public com.arsi.mj.datatype.MaprptUsageDataType usageDataType()
|
INVR1$, input from input fields on the
screen (OUT or SC). Up to 80 variables and strings allowed.
public class com.arsi.mj.maprpt.lexer.ptree.rsvd.ghi.INVR1
extends java.lang.Object
implements com.arsi.mj.maprpt.lexer.ptree.rsvd.IReservedWord
| Constructors |
public INVR1()
|
| Methods |
public com.arsi.mj.maprpt.lexer.ptree.rsvd.IReservedWord.CabinetDrawerReportContext cdr()
|
public com.arsi.mj.datatype.MaprptDataType dataType()
|
public boolean isCompileTime()
|
public int length()
|
public com.arsi.mj.datatype.MaprptUsageDataType usageDataType()
|
IO$, number of storage I/O requests
processed during the script.
public class com.arsi.mj.maprpt.lexer.ptree.rsvd.ghi.IO
extends java.lang.Object
implements com.arsi.mj.maprpt.lexer.ptree.rsvd.IReservedWord
| Constructors |
public IO()
|
| Methods |
public com.arsi.mj.maprpt.lexer.ptree.rsvd.IReservedWord.CabinetDrawerReportContext cdr()
|
public com.arsi.mj.datatype.MaprptDataType dataType()
|
public boolean isCompileTime()
|
public int length()
|
public com.arsi.mj.datatype.MaprptUsageDataType usageDataType()
|
IP$, returns the amount of
processing time consumed during a script in milliseconds.
public class com.arsi.mj.maprpt.lexer.ptree.rsvd.ghi.IP
extends java.lang.Object
implements com.arsi.mj.maprpt.lexer.ptree.rsvd.IReservedWord
| Constructors |
public IP()
|
| Methods |
public com.arsi.mj.maprpt.lexer.ptree.rsvd.IReservedWord.CabinetDrawerReportContext cdr()
|
public com.arsi.mj.datatype.MaprptDataType dataType()
|
public boolean isCompileTime()
|
public int length()
|
public com.arsi.mj.datatype.MaprptUsageDataType usageDataType()
|