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.dc
contains the following classes and interfaces.
Classes and Interfaces | |
DcCommandParser | Parses an DC RUN command. |
DcParseNode | Parse node that represents a DC RUN command. |
DC
RUN command.
public class com.arsi.mj.maprpt.lexer.ptree.cmd.dc.DcCommandParser
extends com.arsi.mj.maprpt.lexer.ptree.cmd.RunCommandParserBase
implements com.arsi.mj.maprpt.lexer.ptree.cmd.IRunCommandParser
Constructors |
public DcCommandParser()
|
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)
|
DC
RUN command.
public class com.arsi.mj.maprpt.lexer.ptree.cmd.dc.DcParseNode
extends com.arsi.mj.maprpt.lexer.ptree.CommandParseNode
implements com.arsi.mj.maprpt.lexer.symtab.vardecl.ISupportsScalarDeclaration, com.arsi.mj.maprpt.lexer.symtab.ISupportsVariableReference
Fields |
Equations to evaluate (each equation is root node of parse tree of equation nodes),
where left-side of assignment is an output date format (e.g., d0=today+1).public final java.util.List equations
|
Extract variables that store equation results as concatenation expressions (variable references).public final java.util.List extractVariableExprs
|
Constructors |
Initializes an instance of this class.
public DcParseNode(com.arsi.mj.maprpt.parser.line.types.AtLine aHostLine, java.util.List someEquations, java.util.List someVariableExprs)
|
Methods |
public java.util.List declareScalarVariables()
|
public java.util.List referencedVariables()
|