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

Package com.arsi.mj.maprpt.lexer.ptree.cmd.cer contains the following classes and interfaces.
Classes and Interfaces
CerCommandParser Parses a CER RUN command.
CerParseNode Parse node that represents a CER RUN command, which is very simple since this command takes no arguments.

Class: CerCommandParser   next package

Parses a CER RUN command.
Treat this class as "thread-hostile"; instances should be created, used and discarded by single thread at a time.

public class com.arsi.mj.maprpt.lexer.ptree.cmd.cer.CerCommandParser
  extends com.arsi.mj.maprpt.lexer.ptree.cmd.RunCommandParserBase
  implements com.arsi.mj.maprpt.lexer.ptree.cmd.IRunCommandParser
Constructors
public CerCommandParser()
Methods
public com.arsi.mj.maprpt.lexer.ptree.cmd.CommandParseResult parseCommand(com.arsi.mj.maprpt.lexer.tokens.IMaprptToken anInitialToken, com.arsi.mj.maprpt.lexer.MaprptLexer aLexer, org.springframework.context.ApplicationContext anAppCtx)
    throws com.arsi.mj.MJTranslateException

Class: CerParseNode   previous package

Parse node that represents a CER RUN command, which is very simple since this command takes no arguments.
Treat this class as "thread-hostile" since it may hold substantial state without method synchronization; instances should only be used by single thread at a time.

public class com.arsi.mj.maprpt.lexer.ptree.cmd.cer.CerParseNode
  extends com.arsi.mj.maprpt.lexer.ptree.CommandParseNode