de.upb.hni.vmagic
Class VhdlElement

java.lang.Object
  extended by de.upb.hni.vmagic.VhdlElement
Direct Known Subclasses:
Aggregate.ElementAssociation, AssociationElement, AttributeSpecification.EntityNameList, AttributeSpecification.EntityNameList.EntityDesignator, ComponentSpecification, ConfigurationItem, DeclarativeItem, DelayMechanism, DisconnectionSpecification.SignalList, EntityAspect, Expression, LabeledElement, LibraryDeclarativeRegion, LibraryUnit, Range, RangeAttributeName, RootDeclarativeRegion, Signature, SubtypeDiscreteRange, Type, VhdlFile

public abstract class VhdlElement
extends java.lang.Object

An element inside a VHDL file.


Constructor Summary
VhdlElement()
           
 
Method Summary
 DeclarativeRegion getParent()
          Returns the parent of this VhdlChild.
 void setParent(DeclarativeRegion parent)
          Sets the parent of this VhdlChild.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VhdlElement

public VhdlElement()
Method Detail

setParent

public void setParent(DeclarativeRegion parent)
Sets the parent of this VhdlChild.

Parameters:
parent - the parent

getParent

public DeclarativeRegion getParent()
Returns the parent of this VhdlChild.

Returns:
the parent