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

Package com.arsi.mj.maprpt.lexer.ptree.rsvd.stu contains the following classes and interfaces.
Classes and Interfaces
TAB Represents Mapper reserved word TAB$, the Tab character (ASCII 011).
TIC Represents Mapper reserved word TIC$, the Apostrophe character.
TIME Represents Mapper reserved word TIME$, current time in HH:MM:SS format.
USER Represents Mapper reserved word USER$, user-id of the user who started the script.

Class: TAB   next package

Represents Mapper reserved word TAB$, the Tab character (ASCII 011).
Treat as "thread-safe" since immutable once created.
public class com.arsi.mj.maprpt.lexer.ptree.rsvd.stu.TAB
  extends java.lang.Object
  implements com.arsi.mj.maprpt.lexer.ptree.rsvd.IReservedWord
Constructors
public TAB()
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: TIC   previous next package

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

Represents Mapper reserved word TIME$, current time in HH:MM:SS format.
Treat as "thread-safe" since immutable once created.
public class com.arsi.mj.maprpt.lexer.ptree.rsvd.stu.TIME
  extends java.lang.Object
  implements com.arsi.mj.maprpt.lexer.ptree.rsvd.IReservedWord
Constructors
public TIME()
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: USER   previous package

Represents Mapper reserved word USER$, user-id of the user who started the script.
Treat as "thread-safe" since immutable once created.
public class com.arsi.mj.maprpt.lexer.ptree.rsvd.stu.USER
  extends java.lang.Object
  implements com.arsi.mj.maprpt.lexer.ptree.rsvd.IReservedWord
Constructors
public USER()
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()