com.inxar.syntacs.automaton.pushdown
Class MesoArrayDPABurner

java.lang.Object
  |
  +--com.inxar.syntacs.automaton.pushdown.MesoArrayDPABurner
All Implemented Interfaces:
Burner

public class MesoArrayDPABurner
extends Object
implements Burner

Utility class which transforms an instance of MesoArrayDPA to a corresponding source code representation.


Constructor Summary
MesoArrayDPABurner()
           
 
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

MesoArrayDPABurner

public MesoArrayDPABurner()
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