Package | Description |
---|---|
net.sf.smc |
Provides the
Smc class which implements
the state machine compiler application. |
net.sf.smc.parser |
Provides the classes for parsing an SMC text definition into
a
finite state machine model
instance. |
Constructor and Description |
---|
SmcSyntaxChecker(java.lang.String fsm,
SmcParser.TargetLanguage targetLanguage)
Creates a syntax checker for the named FSM and target
programming language.
|
Modifier and Type | Method and Description |
---|---|
static SmcParser.TargetLanguage |
SmcParser.TargetLanguage.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SmcParser.TargetLanguage[] |
SmcParser.TargetLanguage.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
SmcParser(java.lang.String name,
java.io.InputStream istream,
SmcParser.TargetLanguage targetLanguage,
boolean debugFlag)
Creates a parser for the named FSM in the given input
stream.
|
Copyright © 2015. Charles W. Rapp. All Rights Reserved. Use is subject to license terms.