public class GreedyGeneratorParser extends java.lang.Object implements ParserWithSimNode<GreedyGenerator>
| Constructor and Description |
|---|
GreedyGeneratorParser() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getKeyword()
Each parser object needs a unique keyword.
|
GreedyGenerator |
parse(Parameter par,
java.lang.String name,
SimNode owner) |
public GreedyGenerator parse(Parameter par, java.lang.String name, SimNode owner)
parse in interface ParserWithSimNode<GreedyGenerator>public java.lang.String getKeyword()
AbstractParserParseManager
object can use these keywords to distinguish the parser objects.getKeyword in interface AbstractParser