de.upb.hni.vmagic.libraryunit
Class LibraryUnit

java.lang.Object
  extended by de.upb.hni.vmagic.VhdlElement
      extended by de.upb.hni.vmagic.libraryunit.LibraryUnit
All Implemented Interfaces:
DeclarativeRegion
Direct Known Subclasses:
Architecture, Configuration, Entity, LibraryClause, PackageBody, PackageDeclaration, UseClause

public abstract class LibraryUnit
extends VhdlElement
implements DeclarativeRegion

Library unit.


Constructor Summary
LibraryUnit()
           
 
Method Summary
 
Methods inherited from class de.upb.hni.vmagic.VhdlElement
getParent, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface de.upb.hni.vmagic.DeclarativeRegion
getScope
 

Constructor Detail

LibraryUnit

public LibraryUnit()