Follow the links below to browse sample Javadoc for MJ classes and tools, including the MJ Runtime Library.

 

Package: com.arsi.mj.maprpt.lexer.tokens  previous next contents

Package com.arsi.mj.maprpt.lexer.tokens contains the following classes and interfaces.
Classes and Interfaces
ICommandToken Defines a token produced by lexical analysis of an at-sign line that represents a lexical unit that makes up a Mapper command such as LDV or SRH.
IContentToken Defines a token produced by lexical analysis of a Mapper report that represents lines of content within the report (e.g., output area); only a marker interface.
IMaprptToken Defines a token produced by lexical analysis of a Mapper report.

Interface: ICommandToken   next package

Defines a token produced by lexical analysis of an at-sign line that represents a lexical unit that makes up a Mapper command such as LDV or SRH. Tokens include classical terminal symbols such as period and comma and "building block" lexical elements such as integers, words and quoted strings.
public interface com.arsi.mj.maprpt.lexer.tokens.ICommandToken
  extends com.arsi.mj.maprpt.lexer.tokens.IMaprptToken
Methods
public com.arsi.mj.maprpt.parser.line.types.AtLine getHostLine()
public int getTokenIndex()
public java.lang.String getTokenValue()

Interface: IContentToken   previous next package

Defines a token produced by lexical analysis of a Mapper report that represents lines of content within the report (e.g., output area); only a marker interface.
public interface com.arsi.mj.maprpt.lexer.tokens.IContentToken
  extends com.arsi.mj.maprpt.lexer.tokens.IMaprptToken

Interface: IMaprptToken   previous package

Defines a token produced by lexical analysis of a Mapper report.
public interface com.arsi.mj.maprpt.lexer.tokens.IMaprptToken