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

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

Class: CmuCommandParser   next package

Parses a CMU 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.cmu.CmuCommandParser
  extends com.arsi.mj.maprpt.lexer.ptree.cmd.RunCommandParserBase
  implements com.arsi.mj.maprpt.lexer.ptree.cmd.IRunCommandParser
Constructors
public CmuCommandParser()
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: CmuParseNode   previous package

Parse node that represents a CMU RUN command, which is very simple since this command takes no arguments.
Treat this class as "thread-hostile" since it holds 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.cmu.CmuParseNode
  extends com.arsi.mj.maprpt.lexer.ptree.CommandParseNode