Follow the links below to browse sample Javadoc for MJ classes and tools, including the MJ Runtime Library.
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. |
CER
RUN command.
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)
|
CER
RUN command, which is very simple
since this command takes no arguments.
public class com.arsi.mj.maprpt.lexer.ptree.cmd.cer.CerParseNode
extends com.arsi.mj.maprpt.lexer.ptree.CommandParseNode