Follow the links below to browse sample Javadoc for MJ classes and tools, including the MJ Runtime Library.

 

Package: com.arsi.mj.maprpt.lexer.ptree.rsvd.ghi  previous next contents

Package 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.

Class: GLBSTR   next package

Represents Mapper reserved word GLBSTR$, available global variable space in bytes.
Treat as "thread-safe" since immutable once created.
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()

Class: GRAPH   previous next package

Represents Mapper reserved word GRAPH$, graphics terminal flag (if zero, terminal cannot display graphics).
Treat as "thread-safe" since immutable once created.
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.
See Also:
com.arsi.mj.maprpt.lexer.ptree.rsvd.IReservedWord#isCompileTime()
public boolean isCompileTime()
public int length()
public com.arsi.mj.datatype.MaprptUsageDataType usageDataType()

Class: HLINES   previous next package

Represents Mapper reserved word HLINES$, number of held lines.
Treat as "thread-safe" since immutable once created.
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()

Class: ICVAR   previous next package

Represents Mapper reserved word ICVAR$, input data entered on the control line (no leading tabs required; strings allowed (see CHD).
Treat as "thread-safe" since immutable once created.
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()

Class: INMSV   previous next package

Represents Mapper reserved word INMSV$, input data from the function mask on the screen (see OUM).
This reserved word is parsed but not implemented in this version of MJ as the OUM command is rarely used.
Treat as "thread-safe" since immutable once created.
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()

Class: INPUT   previous next package

Represents Mapper reserved word INPUT$, input data from the screen or from an external source (OUT, RRN, RUN, BR, SC). Up to 80 variables and strings allowed.
Treat as "thread-safe" since immutable once created.
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()

Class: INSTR   previous next package

Represents Mapper reserved word INSTR$, input data from the screen or from an external source (OUT, RRN, RUN, BR, SC). Up to 80 variables and strings allowed.
Treat as "thread-safe" since immutable once created.
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()

Class: INVAR   previous next package

Represents Mapper reserved word INVAR$, input from input fields on the screen, delimited by tabs (OUT or SC). Up to 80 variables and strings allowed.
Treat as "thread-safe" since immutable once created.
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()

Class: INVR1   previous next package

Represents Mapper reserved word INVR1$, input from input fields on the screen (OUT or SC). Up to 80 variables and strings allowed.
Treat as "thread-safe" since immutable once created.
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()

Class: IO   previous next package

Represents Mapper reserved word IO$, number of storage I/O requests processed during the script.
Treat as "thread-safe" since immutable once created.
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()

Class: IP   previous package

Represents Mapper reserved word IP$, returns the amount of processing time consumed during a script in milliseconds.
Treat as "thread-safe" since immutable once created.
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()