|
||||||||||
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.type.Type
de.upb.hni.vmagic.type.IntegerType
public class IntegerType
Integer type.
Constructor Summary | |
---|---|
IntegerType(java.lang.String identifier,
RangeProvider range)
Creates a integer type. |
Method Summary | |
---|---|
RangeProvider |
getRange()
Returns the range of this integer type. |
void |
setRange(RangeProvider range)
Sets the range of this integer type. |
Methods inherited from class de.upb.hni.vmagic.type.Type |
---|
getIdentifier, setIdentifier |
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 IntegerType(java.lang.String identifier, RangeProvider range)
identifier
- the identifier of this typerange
- the range of this integer typeMethod Detail |
---|
public RangeProvider getRange()
public void setRange(RangeProvider range)
range
- the range
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |