Uses of Class
de.upb.hni.vmagic.Range.Direction

Packages that use Range.Direction
de.upb.hni.vmagic Contains miscellaneous classes. 
 

Uses of Range.Direction in de.upb.hni.vmagic
 

Methods in de.upb.hni.vmagic that return Range.Direction
 Range.Direction Range.getDirection()
          Returns the direction of this range.
static Range.Direction Range.Direction.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Range.Direction[] Range.Direction.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 Range.Direction
 void Range.setDirection(Range.Direction direction)
          Sets the direction of this range.
 

Constructors in de.upb.hni.vmagic with parameters of type Range.Direction
Range(Expression from, Range.Direction direction, Expression to)
          Creates a range.
Range(int from, Range.Direction direction, int to)
          Creates a range with integer bounds.