|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.upb.hni.vmagic.VhdlElement
de.upb.hni.vmagic.RangeAttributeName
public class RangeAttributeName
Range attribute name.
Nested Class Summary | |
---|---|
static class |
RangeAttributeName.Type
Type of a range attribute name. |
Constructor Summary | |
---|---|
RangeAttributeName(java.lang.String prefix,
RangeAttributeName.Type type)
Creates a range attribute name. |
|
RangeAttributeName(java.lang.String prefix,
RangeAttributeName.Type type,
Expression index)
Creates a range attribute name. |
Method Summary | |
---|---|
Expression |
getIndex()
Returns the index. |
java.lang.String |
getPrefix()
Returns the prefix. |
RangeAttributeName.Type |
getType()
Returns the type. |
void |
setIndex(Expression index)
Sets the index. |
void |
setPrefix(java.lang.String prefix)
Sets the prefix. |
void |
setType(RangeAttributeName.Type type)
Sets the type. |
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 |
Constructor Detail |
---|
public RangeAttributeName(java.lang.String prefix, RangeAttributeName.Type type)
prefix
- the prefixtype
- the typepublic RangeAttributeName(java.lang.String prefix, RangeAttributeName.Type type, Expression index)
prefix
- the prefixtype
- the typeindex
- the indexMethod Detail |
---|
public Expression getIndex()
public void setIndex(Expression index)
index
- the indexpublic java.lang.String getPrefix()
public void setPrefix(java.lang.String prefix)
prefix
- the prefixpublic RangeAttributeName.Type getType()
public void setType(RangeAttributeName.Type type)
type
- the type
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |