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

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

Class: ClkCommandParser   next package

Parses a CLK 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.clk.ClkCommandParser
  extends com.arsi.mj.maprpt.lexer.ptree.cmd.RunCommandParserBase
  implements com.arsi.mj.maprpt.lexer.ptree.cmd.IRunCommandParser
Constructors
public ClkCommandParser()
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: ClkParseNode   previous package

Parse node that represents a CLK 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.clk.ClkParseNode
  extends com.arsi.mj.maprpt.lexer.ptree.CommandParseNode