public class StringCfg extends StringProduction implements Cfg<StringProduction.ProdElement,String>
StringProduction.ElementType, StringProduction.ProdElement, StringProduction.Token| Modifier and Type | Field and Description |
|---|---|
protected Map<String,StringProduction.ProdElement> |
rules |
root, WS| Constructor and Description |
|---|
StringCfg() |
| Modifier and Type | Method and Description |
|---|---|
StringProduction.ProdElement |
getCall(StringProduction.ProdElement ele) |
StringProduction.ProdElement |
rule(String rule) |
String |
toString() |
createElement, getAlternativeChildren, getParent, getRoot, getSequentialChildren, getToken, getUnorderedChildren, isMany, isOptional, lex, parseAlt, parseCardinality, parsePrim, parseSeq, parseUnorderedclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAlternativeChildren, getParent, getRoot, getSequentialChildren, getToken, getUnorderedChildren, isMany, isOptionalprotected Map<String,StringProduction.ProdElement> rules
public StringProduction.ProdElement rule(String rule)
public StringProduction.ProdElement getCall(StringProduction.ProdElement ele)
getCall in interface Cfg<StringProduction.ProdElement,String>public String toString()
toString in class StringProductionCopyright © 2015. All Rights Reserved.