Uses of Class
de.upb.hni.vmagic.RangeAttributeName.Type

Packages that use RangeAttributeName.Type
de.upb.hni.vmagic Contains miscellaneous classes. 
 

Uses of RangeAttributeName.Type in de.upb.hni.vmagic
 

Methods in de.upb.hni.vmagic that return RangeAttributeName.Type
 RangeAttributeName.Type RangeAttributeName.getType()
          Returns the type.
static RangeAttributeName.Type RangeAttributeName.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RangeAttributeName.Type[] RangeAttributeName.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in de.upb.hni.vmagic with parameters of type RangeAttributeName.Type
 void RangeAttributeName.setType(RangeAttributeName.Type type)
          Sets the type.
 

Constructors in de.upb.hni.vmagic with parameters of type RangeAttributeName.Type
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.