com.inxar.syntacs.automaton.finite
Class MesoArrayDFABurner

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

public class MesoArrayDFABurner
extends Object
implements Burner

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


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

MesoArrayDFABurner

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