|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.upb.hni.vmagic.type.RangeSubtypeIndication
public class RangeSubtypeIndication
Range constraint subtype indication.
Constructor Summary | |
---|---|
RangeSubtypeIndication(SubtypeIndication baseType,
RangeProvider range)
Creates a range subtype indication. |
Method Summary | |
---|---|
SubtypeIndication |
getBaseType()
Returns the base type. |
RangeProvider |
getRange()
Returns the range of this subtype indication. |
void |
setBaseType(SubtypeIndication baseType)
Sets the base type. |
void |
setRange(RangeProvider range)
Sets the range of this subtype indication. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RangeSubtypeIndication(SubtypeIndication baseType, RangeProvider range)
baseType
- the base typerange
- the rangeMethod Detail |
---|
public SubtypeIndication getBaseType()
public void setBaseType(SubtypeIndication baseType)
baseType
- the base typepublic 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 |