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 contains the following classes and interfaces.
| Classes and Interfaces | |
| ScOption | Enumerated options for SC command, associated with option letter
or character. |
SC command, associated with option letter
or character. This class must implement that static method fromLetter
for use with class CmdOptionConcatExpr.
public final class com.arsi.mj.maprpt.lexer.ptree.cmd.sc.ScOption
extends java.lang.Enum
| Methods |
public static com.arsi.mj.maprpt.lexer.ptree.cmd.sc.ScOption fromLetter(char aChar)
|
public char getLetter()
|
public static com.arsi.mj.maprpt.lexer.ptree.cmd.sc.ScOption valueOf(java.lang.String name)
|
public static com.arsi.mj.maprpt.lexer.ptree.cmd.sc.ScOption values()
|