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.abc  previous next contents

Package com.arsi.mj.maprpt.lexer.ptree.rsvd.abc contains the following classes and interfaces.
Classes and Interfaces
ACDRW Represents Mapper reserved word ACDRW$, alphabetic drawer of the run control report issuing the external Run Subroutine (RSR) statement.
ACTINP Represents Mapper reserved word ACTINP$, handle of object last accessed.
ACTWIN Represents Mapper reserved word ACTWIN$, window handle of last window accessed.
ADRW Represents Mapper reserved word ADRW$, alphabetic drawer of the current result.
ADRW1 Represents Mapper reserved word ADRW1$, alphabetic drawer of the -1 result.
ADRW10 Represents Mapper reserved word ADRW10$, alphabetic drawer of the -10 result.
ADRW11 Represents Mapper reserved word ADRW11$, alphabetic drawer of the -11 result.
ADRW12 Represents Mapper reserved word ADRW12$, alphabetic drawer of the -12 result.
ADRW13 Represents Mapper reserved word ADRW13$, alphabetic drawer of the -13 result.
ADRW14 Represents Mapper reserved word ADRW14$, alphabetic drawer of the -14 result.
ADRW15 Represents Mapper reserved word ADRW15$, alphabetic drawer of the -15 result.
ADRW16 Represents Mapper reserved word ADRW16$, alphabetic drawer of the -16 result.
ADRW2 Represents Mapper reserved word ADRW2$, alphabetic drawer of the -2 result.
ADRW3 Represents Mapper reserved word ADRW3$, alphabetic drawer of the -3 result.
ADRW4 Represents Mapper reserved word ADRW4$, alphabetic drawer of the -4 result.
ADRW5 Represents Mapper reserved word ADRW5$, alphabetic drawer of the -5 result.
ADRW6 Represents Mapper reserved word ADRW6$, alphabetic drawer of the -6 result.
ADRW7 Represents Mapper reserved word ADRW7$, alphabetic drawer of the -7 result.
ADRW8 Represents Mapper reserved word ADRW8$, alphabetic drawer of the -8 result.
ADRW9 Represents Mapper reserved word ADRW9$, alphabetic drawer of the -9 result.
AEDRW Represents Mapper reserved word AEDRW$, alphabetic drawer of the run control report.
AKEY Represents Mapper reserved word AKEY$, key or key sequence used to perform the Abort command.
APILVL Represents Mapper reserved word APILVL$, functional level of the graphical user interface.
AREA Represents Mapper reserved word AREA$, named area.
ASPECT Represents Mapper reserved word ASPECT$, aspect ratio (used with graphics).
AXDRW Represents Mapper reserved word AXDRW$, alphabetic drawer of the failing script.
BPORT Represents Mapper reserved word BPORT$, script started in the batch port?
CAB Represents Mapper reserved word CAB$, cabinet number of the report or result last processed, or cabinet number of the report or result on display when the script started, or zero if no report or result was processed or on display.
CAB1 Represents Mapper reserved word CAB$, currently active cabinet number.
CALL Represents Mapper reserved word CALL$, number of CALL levels remaining.
CDRW Represents Mapper reserved word CDRW$, drawer number of the run control report issuing the Run Subroutine (RSR) statement to start an external subroutine (If the statement starts an internal subroutine, CDRW$ = zero).
CERR Represents Mapper reserved word CERR$, message number of the error.
CHAR Represents Mapper reserved word CHAR$, number of characters per line in the drawer.
CHKPSW Represents Mapper reserved word CHKPSW$, write passwords must be specified (use the PSW statement) before reports containing write passwords can be updated (if nonzero, yes; if zero, no).
CHR Represents Mapper reserved word CHR$, used to set the value of a variable to a specific ASCII character.
COLOR Represents Mapper reserved word COLOR$, color terminal flag (if nonzero, terminal has color display; always returns nonzero, even if the monitor is monochrome VGA graphics)..
CPRIV Represents Mapper reserved word CPRIV$, user has coordinator privileges (if nonzero, yes; if zero, no).
CRPT Represents Mapper reserved word CRPT$, report number of the run control report issuing the external Run Subroutine (RSR) statement (if the report is from an internal subroutine, CRPT$ = zero).
CURH Represents Mapper reserved word CURH$, horizontal character position of the cursor.
CURSEC Represents Mapper reserved word CURSEC$, current number of seconds since January 1, 1970.
CURV Represents Mapper reserved word CURV$, vertical character position of the cursor.

Class: ACDRW   next package

Represents Mapper reserved word ACDRW$, alphabetic drawer of the run control report issuing the external Run Subroutine (RSR) statement.
Treat as "thread-safe" since immutable once created.
public class com.arsi.mj.maprpt.lexer.ptree.rsvd.abc.ACDRW
  extends java.lang.Object
  implements com.arsi.mj.maprpt.lexer.ptree.rsvd.IReservedWord
Constructors
public ACDRW()
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: ACTINP   previous next package

Represents Mapper reserved word ACTINP$, handle of object last accessed. This could be a window handle, but usually it is the handle of a control within a window. (ACTINP$ is valid with the Graphical Interface for Business Information Server.)
Treat as "thread-safe" since immutable once created.
public class com.arsi.mj.maprpt.lexer.ptree.rsvd.abc.ACTINP
  extends java.lang.Object
  implements com.arsi.mj.maprpt.lexer.ptree.rsvd.IReservedWord
Constructors
public ACTINP()
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: ACTWIN   previous next package

Represents Mapper reserved word ACTWIN$, window handle of last window accessed. When input is received from a control, ACTWIN$ is the handle of the window containing that control. (ACTWIN$ is valid with the Graphical Interface for Business Information Server.)
Treat as "thread-safe" since immutable once created.
public class com.arsi.mj.maprpt.lexer.ptree.rsvd.abc.ACTWIN
  extends java.lang.Object
  implements com.arsi.mj.maprpt.lexer.ptree.rsvd.IReservedWord
Constructors
public ACTWIN()
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: ADRW   previous next package

Represents Mapper reserved word ADRW$, alphabetic drawer of the current result.
Treat as "thread-safe" since immutable once created.
public class com.arsi.mj.maprpt.lexer.ptree.rsvd.abc.ADRW
  extends java.lang.Object
  implements com.arsi.mj.maprpt.lexer.ptree.rsvd.IReservedWord
Constructors
public ADRW()
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: ADRW1   previous next package

Represents Mapper reserved word ADRW1$, alphabetic drawer of the -1 result.
Treat as "thread-safe" since immutable once created.
public class com.arsi.mj.maprpt.lexer.ptree.rsvd.abc.ADRW1
  extends java.lang.Object
  implements com.arsi.mj.maprpt.lexer.ptree.rsvd.IReservedWord
Constructors
public ADRW1()
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: ADRW10   previous next package

Represents Mapper reserved word ADRW10$, alphabetic drawer of the -10 result.
Treat as "thread-safe" sine immutable once created.
public class com.arsi.mj.maprpt.lexer.ptree.rsvd.abc.ADRW10
  extends java.lang.Object
  implements com.arsi.mj.maprpt.lexer.ptree.rsvd.IReservedWord
Constructors
public ADRW10()
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: ADRW11   previous next package

Represents Mapper reserved word ADRW11$, alphabetic drawer of the -11 result.
Treat as "thread-safe" since immutable once created.
public class com.arsi.mj.maprpt.lexer.ptree.rsvd.abc.ADRW11
  extends java.lang.Object
  implements com.arsi.mj.maprpt.lexer.ptree.rsvd.IReservedWord
Constructors
public ADRW11()
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: ADRW12   previous next package

Represents Mapper reserved word ADRW12$, alphabetic drawer of the -12 result.
Treat as "thread-safe" since immutable once created.
public class com.arsi.mj.maprpt.lexer.ptree.rsvd.abc.ADRW12
  extends java.lang.Object
  implements com.arsi.mj.maprpt.lexer.ptree.rsvd.IReservedWord
Constructors
public ADRW12()
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: ADRW13   previous next package

Represents Mapper reserved word ADRW13$, alphabetic drawer of the -13 result.
Treat as "thread-safe" since immutable once created.
public class com.arsi.mj.maprpt.lexer.ptree.rsvd.abc.ADRW13
  extends java.lang.Object
  implements com.arsi.mj.maprpt.lexer.ptree.rsvd.IReservedWord
Constructors
public ADRW13()
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: ADRW14   previous next package

Represents Mapper reserved word ADRW14$, alphabetic drawer of the -14 result.
Treat as "thread-safe" sine immutable once created.
public class com.arsi.mj.maprpt.lexer.ptree.rsvd.abc.ADRW14
  extends java.lang.Object
  implements com.arsi.mj.maprpt.lexer.ptree.rsvd.IReservedWord
Constructors
public ADRW14()
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: ADRW15   previous next package

Represents Mapper reserved word ADRW15$, alphabetic drawer of the -15 result.
Treat as "thread-safe" since immutable once created.
public class com.arsi.mj.maprpt.lexer.ptree.rsvd.abc.ADRW15
  extends java.lang.Object
  implements com.arsi.mj.maprpt.lexer.ptree.rsvd.IReservedWord
Constructors
public ADRW15()
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: ADRW16   previous next package

Represents Mapper reserved word ADRW16$, alphabetic drawer of the -16 result.
Treat as "thread-safe" since immutable once created.
public class com.arsi.mj.maprpt.lexer.ptree.rsvd.abc.ADRW16
  extends java.lang.Object
  implements com.arsi.mj.maprpt.lexer.ptree.rsvd.IReservedWord
Constructors
public ADRW16()
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: ADRW2   previous next package

Represents Mapper reserved word ADRW2$, alphabetic drawer of the -2 result.
Treat as "thread-safe" since immutable once created.
public class com.arsi.mj.maprpt.lexer.ptree.rsvd.abc.ADRW2
  extends java.lang.Object
  implements com.arsi.mj.maprpt.lexer.ptree.rsvd.IReservedWord
Constructors
public ADRW2()
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: ADRW3   previous next package

Represents Mapper reserved word ADRW3$, alphabetic drawer of the -3 result.
Treat as "thread-safe" since immutable once created.
public class com.arsi.mj.maprpt.lexer.ptree.rsvd.abc.ADRW3
  extends java.lang.Object
  implements com.arsi.mj.maprpt.lexer.ptree.rsvd.IReservedWord
Constructors
public ADRW3()
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: ADRW4   previous next package

Represents Mapper reserved word ADRW4$, alphabetic drawer of the -4 result.
Treat as "thread-safe" since immutable once created.
public class com.arsi.mj.maprpt.lexer.ptree.rsvd.abc.ADRW4
  extends java.lang.Object
  implements com.arsi.mj.maprpt.lexer.ptree.rsvd.IReservedWord
Constructors
public ADRW4()
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: ADRW5   previous next package

Represents Mapper reserved word ADRW5$, alphabetic drawer of the -5 result.
Treat as "thread-safe" since immutable once created.
public class com.arsi.mj.maprpt.lexer.ptree.rsvd.abc.ADRW5
  extends java.lang.Object
  implements com.arsi.mj.maprpt.lexer.ptree.rsvd.IReservedWord
Constructors
public ADRW5()
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: ADRW6   previous next package

Represents Mapper reserved word ADRW6$, alphabetic drawer of the -6 result.
Treat as "thread-safe" since immutable once created.
public class com.arsi.mj.maprpt.lexer.ptree.rsvd.abc.ADRW6
  extends java.lang.Object
  implements com.arsi.mj.maprpt.lexer.ptree.rsvd.IReservedWord
Constructors
public ADRW6()
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: ADRW7   previous next package

Represents Mapper reserved word ADRW7$, alphabetic drawer of the -7 result.
Treat as "thread-safe" since immutable once created.
public class com.arsi.mj.maprpt.lexer.ptree.rsvd.abc.ADRW7
  extends java.lang.Object
  implements com.arsi.mj.maprpt.lexer.ptree.rsvd.IReservedWord
Constructors
public ADRW7()
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: ADRW8   previous next package

Represents Mapper reserved word ADRW8$, alphabetic drawer of the -8 result.
Treat as "thread-safe" since immutable once created.
public class com.arsi.mj.maprpt.lexer.ptree.rsvd.abc.ADRW8
  extends java.lang.Object
  implements com.arsi.mj.maprpt.lexer.ptree.rsvd.IReservedWord
Constructors
public ADRW8()
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: ADRW9   previous next package

Represents Mapper reserved word ADRW9$, alphabetic drawer of the -9 result.
Treat as "thread-safe" since immutable once created.
public class com.arsi.mj.maprpt.lexer.ptree.rsvd.abc.ADRW9
  extends java.lang.Object
  implements com.arsi.mj.maprpt.lexer.ptree.rsvd.IReservedWord
Constructors
public ADRW9()
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: AEDRW   previous next package

Represents Mapper reserved word AEDRW$, alphabetic drawer of the run control report.
Treat as "thread-safe" since immutable once created.
public class com.arsi.mj.maprpt.lexer.ptree.rsvd.abc.AEDRW
  extends java.lang.Object
  implements com.arsi.mj.maprpt.lexer.ptree.rsvd.IReservedWord
Constructors
public AEDRW()
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: AKEY   previous next package

Represents Mapper reserved word AKEY$, key or key sequence used to perform the Abort command.
Treat as "thread-safe" since immutable once created.
public class com.arsi.mj.maprpt.lexer.ptree.rsvd.abc.AKEY
  extends java.lang.Object
  implements com.arsi.mj.maprpt.lexer.ptree.rsvd.IReservedWord
Constructors
public AKEY()
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: APILVL   previous next package

Represents Mapper reserved word APILVL$, functional level of the graphical user interface.
Treat as "thread-safe" since immutable once created.
public class com.arsi.mj.maprpt.lexer.ptree.rsvd.abc.APILVL
  extends java.lang.Object
  implements com.arsi.mj.maprpt.lexer.ptree.rsvd.IReservedWord
Constructors
public APILVL()
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: AREA   previous next package

Represents Mapper reserved word AREA$, named area.
Treat as "thread-safe" since immutable once created.
public class com.arsi.mj.maprpt.lexer.ptree.rsvd.abc.AREA
  extends java.lang.Object
  implements com.arsi.mj.maprpt.lexer.ptree.rsvd.IReservedWord
Constructors
public AREA()
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: ASPECT   previous next package

Represents Mapper reserved word ASPECT$, aspect ratio (used with graphics).
Treat as "thread-safe" since immutable once created.
public class com.arsi.mj.maprpt.lexer.ptree.rsvd.abc.ASPECT
  extends java.lang.Object
  implements com.arsi.mj.maprpt.lexer.ptree.rsvd.IReservedWord
Constructors
public ASPECT()
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: AXDRW   previous next package

Represents Mapper reserved word AXDRW$, alphabetic drawer of the failing script.
Treat as "thread-safe" since immutable once created.
public class com.arsi.mj.maprpt.lexer.ptree.rsvd.abc.AXDRW
  extends java.lang.Object
  implements com.arsi.mj.maprpt.lexer.ptree.rsvd.IReservedWord
Constructors
public AXDRW()
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: BPORT   previous next package

Represents Mapper reserved word BPORT$, script started in the batch port? (if nonzero, yes; if zero, no).
Treat as "thread-safe" since immutable once created.
public class com.arsi.mj.maprpt.lexer.ptree.rsvd.abc.BPORT
  extends java.lang.Object
  implements com.arsi.mj.maprpt.lexer.ptree.rsvd.IReservedWord
Constructors
public BPORT()
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: CAB   previous next package

Represents Mapper reserved word CAB$, cabinet number of the report or result last processed, or cabinet number of the report or result on display when the script started, or zero if no report or result was processed or on display.
CAB$ typically contains the even cabinet number, but contains the odd cabinet number in Mapper 2200 when one of the following occurs: If CAB$ is odd, the script is not allowed to update reports. If either CAB$ or CAB1$ is odd, the user is not allowed to update reports manually.
Treat as "thread-safe" since immutable once created.
public class com.arsi.mj.maprpt.lexer.ptree.rsvd.abc.CAB
  extends java.lang.Object
  implements com.arsi.mj.maprpt.lexer.ptree.rsvd.IReservedWord
Constructors
public CAB()
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: CAB1   previous next package

Represents Mapper reserved word CAB$, currently active cabinet number. If either CAB$ or CAB1$ is odd, the user cannot update reports manually. Business Information Server scripts ignore CAB1$, so only CAB$ needs to be odd to prevent updating by a script.
Treat as "thread-safe" since immutable once created.
public class com.arsi.mj.maprpt.lexer.ptree.rsvd.abc.CAB1
  extends java.lang.Object
  implements com.arsi.mj.maprpt.lexer.ptree.rsvd.IReservedWord
Constructors
public CAB1()
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: CALL   previous next package

Represents Mapper reserved word CALL$, number of CALL levels remaining.
Treat as "thread-safe" since immutable once created.
public class com.arsi.mj.maprpt.lexer.ptree.rsvd.abc.CALL
  extends java.lang.Object
  implements com.arsi.mj.maprpt.lexer.ptree.rsvd.IReservedWord
Constructors
public CALL()
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: CDRW   previous next package

Represents Mapper reserved word CDRW$, drawer number of the run control report issuing the Run Subroutine (RSR) statement to start an external subroutine (If the statement starts an internal subroutine, CDRW$ = zero).
Treat as "thread-safe" since immutable once created.
public class com.arsi.mj.maprpt.lexer.ptree.rsvd.abc.CDRW
  extends java.lang.Object
  implements com.arsi.mj.maprpt.lexer.ptree.rsvd.IReservedWord
Constructors
public CDRW()
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: CERR   previous next package

Represents Mapper reserved word CERR$, message number of the error. Same as XERR$, but under Windows/UNIX clears the error. The script is no longer considered to be in an error condition.
Treat as "thread-safe" since immutable once created.
public class com.arsi.mj.maprpt.lexer.ptree.rsvd.abc.CERR
  extends java.lang.Object
  implements com.arsi.mj.maprpt.lexer.ptree.rsvd.IReservedWord
Constructors
public CERR()
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: CHAR   previous next package

Represents Mapper reserved word CHAR$, number of characters per line in the drawer.
Treat as "thread-safe" since immutable once created.
public class com.arsi.mj.maprpt.lexer.ptree.rsvd.abc.CHAR
  extends java.lang.Object
  implements com.arsi.mj.maprpt.lexer.ptree.rsvd.IReservedWord
Constructors
public CHAR()
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: CHKPSW   previous next package

Represents Mapper reserved word CHKPSW$, write passwords must be specified (use the PSW statement) before reports containing write passwords can be updated (if nonzero, yes; if zero, no).
Treat as "thread-safe" since immutable once created.
public class com.arsi.mj.maprpt.lexer.ptree.rsvd.abc.CHKPSW
  extends java.lang.Object
  implements com.arsi.mj.maprpt.lexer.ptree.rsvd.IReservedWord
Constructors
public CHKPSW()
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: CHR   previous next package

Represents Mapper reserved word CHR$, used to set the value of a variable to a specific ASCII character. The CHR$ reserved word is used as follows:
 chg h1 CHR$ octal .
 

Treat as "thread-safe" since immutable once created.
public class com.arsi.mj.maprpt.lexer.ptree.rsvd.abc.CHR
  extends java.lang.Object
  implements com.arsi.mj.maprpt.lexer.ptree.rsvd.IReservedWord
Constructors
public CHR()
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: COLOR   previous next package

Represents Mapper reserved word COLOR$, color terminal flag (if nonzero, terminal has color display; always returns nonzero, even if the monitor is monochrome VGA graphics)..
Treat as "thread-safe" since immutable once created.
public class com.arsi.mj.maprpt.lexer.ptree.rsvd.abc.COLOR
  extends java.lang.Object
  implements com.arsi.mj.maprpt.lexer.ptree.rsvd.IReservedWord
Constructors
public COLOR()
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: CPRIV   previous next package

Represents Mapper reserved word CPRIV$, user has coordinator privileges (if nonzero, yes; if zero, no).
Treat as "thread-safe" since immutable once created.
public class com.arsi.mj.maprpt.lexer.ptree.rsvd.abc.CPRIV
  extends java.lang.Object
  implements com.arsi.mj.maprpt.lexer.ptree.rsvd.IReservedWord
Constructors
public CPRIV()
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: CRPT   previous next package

Represents Mapper reserved word CRPT$, report number of the run control report issuing the external Run Subroutine (RSR) statement (if the report is from an internal subroutine, CRPT$ = zero).
Treat as "thread-safe" since immutable once created.
public class com.arsi.mj.maprpt.lexer.ptree.rsvd.abc.CRPT
  extends java.lang.Object
  implements com.arsi.mj.maprpt.lexer.ptree.rsvd.IReservedWord
Constructors
public CRPT()
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: CURH   previous next package

Represents Mapper reserved word CURH$, horizontal character position of the cursor.
Treat as "thread-safe" since immutable once created.
public class com.arsi.mj.maprpt.lexer.ptree.rsvd.abc.CURH
  extends java.lang.Object
  implements com.arsi.mj.maprpt.lexer.ptree.rsvd.IReservedWord
Constructors
public CURH()
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: CURSEC   previous next package

Represents Mapper reserved word CURSEC$, current number of seconds since January 1, 1970.
Treat as "thread-safe" since immutable once created.
public class com.arsi.mj.maprpt.lexer.ptree.rsvd.abc.CURSEC
  extends java.lang.Object
  implements com.arsi.mj.maprpt.lexer.ptree.rsvd.IReservedWord
Constructors
public CURSEC()
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: CURV   previous package

Represents Mapper reserved word CURV$, vertical character position of the cursor.
Treat as "thread-safe" since immutable once created.
public class com.arsi.mj.maprpt.lexer.ptree.rsvd.abc.CURV
  extends java.lang.Object
  implements com.arsi.mj.maprpt.lexer.ptree.rsvd.IReservedWord
Constructors
public CURV()
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()