com.inxar.syntacs.translator.lr
Class LRTranslatorGrammarBurner

java.lang.Object
  |
  +--com.inxar.syntacs.translator.lr.LRTranslatorGrammarBurner
All Implemented Interfaces:
Burner

public class LRTranslatorGrammarBurner
extends Object
implements Burner

A Burner which creates LRTranslatorGrammar implementations.


Constructor Summary
LRTranslatorGrammarBurner()
           
 
Method Summary
 void burn(Object src, org.inxar.jenesis.ClassDeclaration cls)
          Modifies the given empty ClassDeclaration such that the class is "burned".
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LRTranslatorGrammarBurner

public LRTranslatorGrammarBurner()
Method Detail

burn

public void burn(Object src,
                 org.inxar.jenesis.ClassDeclaration cls)
Description copied from interface: Burner
Modifies the given empty ClassDeclaration such that the class is "burned".
Specified by:
burn in interface Burner