org.objectweb.jac.ide
Class AccGenState

java.lang.Object
  |
  +--org.objectweb.jac.ide.AccGenState

public class AccGenState
extends Object

Generation state for acc configuration code genaration. It memorizes if a class or attribute block is opened or not.


Constructor Summary
AccGenState(Writer output)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccGenState

public AccGenState(Writer output)