chrriis.grammar.model
Class Literal
java.lang.Object
chrriis.grammar.model.Expression
chrriis.grammar.model.Literal
public class Literal
- extends Expression
- Author:
- Christopher Deckers
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Literal
public Literal(String text)
toRRElement
protected RRElement toRRElement(GrammarToRRDiagram grammarToRRDiagram)
- Specified by:
toRRElement
in class Expression
toBNF
protected void toBNF(GrammarToBNF grammarToBNF,
StringBuilder sb,
boolean isNested)
- Specified by:
toBNF
in class Expression