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.
Method Summary |
void |
burn(Object src,
org.inxar.jenesis.ClassDeclaration cls)
Modifies the given empty ClassDeclaration such
that the class is "burned". |
LRTranslatorGrammarBurner
public LRTranslatorGrammarBurner()
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