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.Return
contains the following classes and interfaces.
Classes and Interfaces | |
ReturnCommandParser | Parses a RETURN RUN command. |
ReturnParseNode | Parse node that represents a RETURN RUN command. |
RETURN
RUN command.
public class com.arsi.mj.maprpt.lexer.ptree.cmd.Return.ReturnCommandParser
extends com.arsi.mj.maprpt.lexer.ptree.cmd.RunCommandParserBase
implements com.arsi.mj.maprpt.lexer.ptree.cmd.IRunCommandParser
Constructors |
public ReturnCommandParser()
|
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)
|
RETURN
RUN command.
public class com.arsi.mj.maprpt.lexer.ptree.cmd.Return.ReturnParseNode
extends com.arsi.mj.maprpt.lexer.ptree.CommandParseNode
implements com.arsi.mj.maprpt.lexer.symtab.ISupportsVariableReference
Fields |
Expression that yields label or line offset, NULL if literalCallback is not NULL.public final com.arsi.mj.maprpt.lexer.ptree.expr.ConcatExpr concatExpr
|
Stores literal label or line number offset, NULL if concatExpr is not NULL.public final com.arsi.mj.maprpt.lexer.ptree.cmd.litcbk.JumpExprCallback literalCallback
|
Constructors |
Initializes an instance of this class.
public ReturnParseNode(com.arsi.mj.maprpt.parser.line.types.AtLine aHostLine)
|
Initializes an instance of this class.
public ReturnParseNode(com.arsi.mj.maprpt.parser.line.types.AtLine aHostLine, com.arsi.mj.maprpt.lexer.ptree.cmd.litcbk.JumpExprCallback aLiteralCallback, com.arsi.mj.maprpt.lexer.ptree.expr.ConcatExpr aRuntimeExpr)
|
Methods |
Get return-to-label as literal label or line number offset, stored by, and as,
jump expression callback.
public final com.arsi.mj.maprpt.lexer.ptree.cmd.litcbk.JumpExprCallback getJumpLiteral()
|
Get return-to-label as runtime expression that yields label or line offset
public final com.arsi.mj.maprpt.lexer.ptree.expr.ConcatExpr getJumpRuntimeExpr()
|
public java.util.List referencedVariables()
|