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.art contains the following classes and interfaces.
| Classes and Interfaces | |
| ArtCommandParser | Parses an ART RUN command. |
| ArtParseNode | Parse node that represents a ART RUN command. |
ART RUN command.
public class com.arsi.mj.maprpt.lexer.ptree.cmd.art.ArtCommandParser
extends com.arsi.mj.maprpt.lexer.ptree.cmd.RunCommandParserBase
implements com.arsi.mj.maprpt.lexer.ptree.cmd.IRunCommandParser
| Constructors |
public ArtCommandParser()
|
| 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)
|
ART RUN command.
public class com.arsi.mj.maprpt.lexer.ptree.cmd.art.ArtParseNode
extends com.arsi.mj.maprpt.lexer.ptree.CommandParseNode
implements com.arsi.mj.maprpt.lexer.symtab.vardecl.ISupportsScalarDeclaration, com.arsi.mj.maprpt.lexer.symtab.ISupportsVariableReference, com.arsi.mj.maprpt.lexer.symtab.vartype.ISupportsVariableTypeVoting
| Fields |
Equations to evaluate (each equation is root node of parse tree of equation nodes).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 ArtParseNode(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()
|
public java.util.List voteForVariableTypes()
|