Uses of Class
de.upb.hni.vmagic.object.ArrayElement

Packages that use ArrayElement
de.upb.hni.vmagic.expression Contains VHDL expression meta classes. 
 

Uses of ArrayElement in de.upb.hni.vmagic.expression
 

Methods in de.upb.hni.vmagic.expression that return ArrayElement
abstract  ArrayElement<T> VhdlObject.getArrayElement(Expression... indices)
          Returns an array element of this object.
abstract  ArrayElement<T> VhdlObject.getArrayElement(Expression index)
          Returns an array element of this object.
abstract  ArrayElement<T> VhdlObject.getArrayElement(int index)
          Returns an array element of this object.
abstract  ArrayElement<T> VhdlObject.getArrayElement(java.util.List<Expression> indices)
          Returns an array element of this object.