chrriis.grammar.model
Class Literal

java.lang.Object
  extended by chrriis.grammar.model.Expression
      extended by chrriis.grammar.model.Literal

public class Literal
extends Expression

Author:
Christopher Deckers

Constructor Summary
Literal(String text)
           
 
Method Summary
protected  void toBNF(GrammarToBNF grammarToBNF, StringBuilder sb, boolean isNested)
           
protected  RRElement toRRElement(GrammarToRRDiagram grammarToRRDiagram)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Literal

public Literal(String text)
Method Detail

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