|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |