Uses of Interface
de.upb.hni.vmagic.RangeProvider

Packages that use RangeProvider
de.upb.hni.vmagic Contains miscellaneous classes. 
de.upb.hni.vmagic.type Contains type meta classes. 
 

Uses of RangeProvider in de.upb.hni.vmagic
 

Classes in de.upb.hni.vmagic that implement RangeProvider
 class Range
          Range.
 class RangeAttributeName
          Range attribute name.
 

Uses of RangeProvider in de.upb.hni.vmagic.type
 

Methods in de.upb.hni.vmagic.type that return RangeProvider
 RangeProvider IntegerType.getRange()
          Returns the range of this integer type.
 RangeProvider PhysicalType.getRange()
          Returns the range of this physical type.
 RangeProvider RangeSubtypeIndication.getRange()
          Returns the range of this subtype indication.
 

Methods in de.upb.hni.vmagic.type with parameters of type RangeProvider
 void IntegerType.setRange(RangeProvider range)
          Sets the range of this integer type.
 void PhysicalType.setRange(RangeProvider range)
          Sets the range of this physical type.
 void RangeSubtypeIndication.setRange(RangeProvider range)
          Sets the range of this subtype indication.
 

Constructors in de.upb.hni.vmagic.type with parameters of type RangeProvider
IntegerType(java.lang.String identifier, RangeProvider range)
          Creates a integer type.
PhysicalType(java.lang.String identifier, RangeProvider range, java.lang.String primaryUnit)
          Creates a physical type.
RangeSubtypeIndication(SubtypeIndication baseType, RangeProvider range)
          Creates a range subtype indication.