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

Package com.arsi.mj.maprpt.lexer.ptree.rsvd.yz contains the following classes and interfaces.
Classes and Interfaces
YEAR Represents Mapper reserved word YEAR$, current year in the format YYYY.

Class: YEAR

Represents Mapper reserved word YEAR$, current year in the format YYYY.
Treat as "thread-safe" since immutable once created.
public class com.arsi.mj.maprpt.lexer.ptree.rsvd.yz.YEAR
  extends java.lang.Object
  implements com.arsi.mj.maprpt.lexer.ptree.rsvd.IReservedWord
Constructors
public YEAR()
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()