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.sc.directive.eel contains the following classes and interfaces.
| Classes and Interfaces | |
| EelDirectiveNode | Parse node that represents an EEL SC directive. |
| EelDirectiveParser | Parses a EEL SC directive. |
EEL SC directive.
public class com.arsi.mj.maprpt.lexer.ptree.cmd.sc.directive.eel.EelDirectiveNode
extends com.arsi.mj.maprpt.lexer.ptree.cmd.sc.directive.ScDirectiveNode
| Constructors |
Initializes an instance of this class.
public EelDirectiveNode(com.arsi.mj.maprpt.parser.line.types.AtLine aHostLine)
|
EEL SC directive.
public class com.arsi.mj.maprpt.lexer.ptree.cmd.sc.directive.eel.EelDirectiveParser
extends com.arsi.mj.maprpt.lexer.ptree.cmd.sc.directive.ScDirectiveParserBase
implements com.arsi.mj.maprpt.lexer.ptree.cmd.sc.directive.IScDirectiveParser
| Constructors |
public EelDirectiveParser()
|
| Methods |
public com.arsi.mj.maprpt.lexer.ptree.cmd.sc.directive.ScDirectiveParseResult parseDirective(com.arsi.mj.maprpt.lexer.tokens.IMaprptToken anInitialToken, com.arsi.mj.maprpt.lexer.ptree.cmd.sc.directive.ScDirectiveLexer aLexer, org.springframework.context.ApplicationContext anAppCtx)
|