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.ldv
contains the following classes and interfaces.
Classes and Interfaces | |
LdvCommandParser | Parses a LDV RUN command. |
LdvParseNode | Parse node that represents a LDV RUN command. |
LDV
RUN command.
public class com.arsi.mj.maprpt.lexer.ptree.cmd.ldv.LdvCommandParser
extends com.arsi.mj.maprpt.lexer.ptree.cmd.RunCommandParserBase
implements com.arsi.mj.maprpt.lexer.ptree.cmd.IRunCommandParser
Inner Class ConcatEndOfExprOneshotLdvImpl |
One-shot, end-of-concatenation expression class (grabs the first construct such as variable
reference or text recognized in the expression) used by this command parser.
public static class com.arsi.mj.maprpt.lexer.ptree.cmd.ldv.LdvCommandParser.ConcatEndOfExprOneshotLdvImpl
|
public LdvCommandParser.ConcatEndOfExprOneshotLdvImpl()
|
Inner Class FieldSpecificationResult |
Result returned by parseFieldSpecification method.
public static class com.arsi.mj.maprpt.lexer.ptree.cmd.ldv.LdvCommandParser.FieldSpecificationResult
|
public final com.arsi.mj.maprpt.lexer.ptree.symbol.FieldSpecification fldSpec
public final com.arsi.mj.maprpt.lexer.tokens.IMaprptToken lastTokenRead
|
Constructors |
public LdvCommandParser()
|
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)
|
LDV
RUN command.
public class com.arsi.mj.maprpt.lexer.ptree.cmd.ldv.LdvParseNode
extends com.arsi.mj.maprpt.lexer.ptree.CommandParseNode
implements com.arsi.mj.maprpt.lexer.symtab.vardecl.ISupportsScalarDeclaration, com.arsi.mj.maprpt.lexer.symtab.ISupportsVariableReference
Constructors |
Initializes an instance of this class.
public LdvParseNode(com.arsi.mj.maprpt.parser.line.types.AtLine aHostLine, com.arsi.mj.maprpt.lexer.ptree.expr.ICommandOptionExpr anOptionExpr, java.util.List someDecls)
|
Methods |
public java.util.List declareScalarVariables()
|
Get options applicable to command.
public final com.arsi.mj.maprpt.lexer.ptree.expr.ICommandOptionExpr getOptions()
|
Get variables declared by this LDV command.
public final java.util.List getVariables()
|
public java.util.List referencedVariables()
|