de.upb.hni.vmagic.declaration
Class ObjectDeclaration<T extends VhdlObject>

java.lang.Object
  extended by de.upb.hni.vmagic.VhdlElement
      extended by de.upb.hni.vmagic.declaration.DeclarativeItem
          extended by de.upb.hni.vmagic.declaration.ObjectDeclaration<T>
Type Parameters:
T - the object type
Direct Known Subclasses:
ConstantDeclaration, FileDeclaration, SignalDeclaration, VariableDeclaration

public abstract class ObjectDeclaration<T extends VhdlObject>
extends DeclarativeItem

Vhdl object declaration.


Method Summary
 java.util.List<T> getObjects()
          Returns the list of declared objects in this declaration.
 
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
 

Method Detail

getObjects

public java.util.List<T> getObjects()
Returns the list of declared objects in this declaration.

Returns:
a list of declared objects