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
contains the following classes and interfaces.
Classes and Interfaces | |
IReservedWord | Defines a Mapper reserved word encountered during parsing of a Mapper RUN. |
ReservedWordFactory |
public interface com.arsi.mj.maprpt.lexer.ptree.rsvd.IReservedWord
Inner Class CabinetDrawerReportContext |
Type of cabinet, drawer or report number runtime context the reserved word represents.
public static final class com.arsi.mj.maprpt.lexer.ptree.rsvd.IReservedWord.CabinetDrawerReportContext
|
public static final com.arsi.mj.maprpt.lexer.ptree.rsvd.IReservedWord.CabinetDrawerReportContext CABINET
public static final com.arsi.mj.maprpt.lexer.ptree.rsvd.IReservedWord.CabinetDrawerReportContext DRAWER
public static final com.arsi.mj.maprpt.lexer.ptree.rsvd.IReservedWord.CabinetDrawerReportContext REPORT
|
public static com.arsi.mj.maprpt.lexer.ptree.rsvd.IReservedWord.CabinetDrawerReportContext valueOf(java.lang.String name) public static com.arsi.mj.maprpt.lexer.ptree.rsvd.IReservedWord.CabinetDrawerReportContext values()
|
Methods |
Get the type of cabinet, drawer or report number (CDR) runtime context this
reserved word represents.
public com.arsi.mj.maprpt.lexer.ptree.rsvd.IReservedWord.CabinetDrawerReportContext cdr()
|
Get the canonical data type of the reserved word.
public com.arsi.mj.datatype.MaprptDataType dataType()
|
Can this reserved word be completely evaluated at compile time?
public boolean isCompileTime()
|
Get the canonical, fixed length of the reserved word, where applicable.
public int length()
|
Get data type that represents actual or implied format or usage of the reserved word.
public com.arsi.mj.datatype.MaprptUsageDataType usageDataType()
|
public class com.arsi.mj.maprpt.lexer.ptree.rsvd.ReservedWordFactory
extends java.lang.Object
Constructors |
public ReservedWordFactory()
|
Methods |
public static com.arsi.mj.maprpt.lexer.ptree.rsvd.IReservedWord createReservedWord(java.lang.String aName)
|
public static java.util.Collection getAllReservedWords()
|
public static boolean isReservedWord(java.lang.String aName)
|
public static java.lang.String lookupName(com.arsi.mj.maprpt.lexer.ptree.rsvd.IReservedWord aReservedWord)
|