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.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. |
ACDRW$
, alphabetic drawer of the
run control report issuing the external Run Subroutine (RSR) statement.
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()
|
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.)
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()
|
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.)
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()
|
ADRW$
, alphabetic drawer of
the current result.
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()
|
ADRW1$
, alphabetic drawer of the -1 result.
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()
|
ADRW10$
, alphabetic drawer of the -10 result.
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()
|
ADRW11$
, alphabetic drawer of the -11 result.
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()
|
ADRW12$
, alphabetic drawer of the -12 result.
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()
|
ADRW13$
, alphabetic drawer of the -13 result.
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()
|
ADRW14$
, alphabetic drawer of the -14 result.
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()
|
ADRW15$
, alphabetic drawer of the -15 result.
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()
|
ADRW16$
, alphabetic drawer of the -16 result.
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()
|
ADRW2$
, alphabetic drawer of the -2 result.
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()
|
ADRW3$
, alphabetic drawer of the -3 result.
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()
|
ADRW4$
, alphabetic drawer of the -4 result.
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()
|
ADRW5$
, alphabetic drawer of the -5 result.
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()
|
ADRW6$
, alphabetic drawer of the -6 result.
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()
|
ADRW7$
, alphabetic drawer of the -7 result.
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()
|
ADRW8$
, alphabetic drawer of the -8 result.
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()
|
ADRW9$
, alphabetic drawer of the -9 result.
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()
|
AEDRW$
, alphabetic drawer of
the run control report.
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()
|
AKEY$
, key or key sequence used to
perform the Abort command.
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()
|
APILVL$
, functional level of the
graphical user interface.
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()
|
AREA$
, named area.
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()
|
ASPECT$
, aspect ratio (used with graphics).
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()
|
AXDRW$
, alphabetic drawer of the failing script.
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()
|
BPORT$
, script started in the batch
port? (if nonzero, yes; if zero, no).
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()
|
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.
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()
|
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.
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()
|
CALL$
, number of CALL levels remaining.
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()
|
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).
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()
|
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.
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()
|
CHAR$
, number of characters per
line in the drawer.
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()
|
CHKPSW$
, write passwords must
be specified (use the PSW statement) before reports containing write passwords
can be updated (if nonzero, yes; if zero, no).
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()
|
CHR$
, used to set the value of a
variable to a specific ASCII character. The CHR$ reserved word is used as follows:chgh1 CHR$ octal .
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()
|
COLOR$
, color terminal flag (if nonzero,
terminal has color display; always returns nonzero, even if the monitor is monochrome
VGA graphics)..
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()
|
CPRIV$
, user has coordinator
privileges (if nonzero, yes; if zero, no).
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()
|
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).
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()
|
CURH$
, horizontal character
position of the cursor.
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()
|
CURSEC$
, current number of
seconds since January 1, 1970.
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()
|
CURV$
, vertical character
position of the cursor.
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()
|