Uses of Class
step.StepInt

Packages that use StepInt
step Defines the basic STEP data types. 
step.encoding Provides the default STEP encoding strategies and meta-data records. 
 

Uses of StepInt in step
 

Methods in step that return StepInt
 StepInt StepInt.add(StepInt rhs)
          Add two STEP int values.
 StepInt StepInt.sub(StepInt rhs)
          Subtract a STEP int value from this value.
 StepInt StepInt.mul(StepInt rhs)
          Multiply two STEP int values.
 StepInt StepInt.div(StepInt rhs)
          Divide this value by another STEP int value.
 StepInt StepInt.mod(StepInt rhs)
          Get the division remainder of this value divided by another STEP int value.
 

Methods in step with parameters of type StepInt
 StepInt StepInt.add(StepInt rhs)
          Add two STEP int values.
 StepInt StepInt.sub(StepInt rhs)
          Subtract a STEP int value from this value.
 StepInt StepInt.mul(StepInt rhs)
          Multiply two STEP int values.
 StepInt StepInt.div(StepInt rhs)
          Divide this value by another STEP int value.
 StepInt StepInt.mod(StepInt rhs)
          Get the division remainder of this value divided by another STEP int value.
 

Uses of StepInt in step.encoding
 

Fields in step.encoding declared as StepInt
protected  StepInt[] CacheStrategy._slots
           
 

Methods in step.encoding that return StepInt
protected  StepInt CacheStrategy.nextSlot()
          Rotate to the next cache slot.
 

Constructors in step.encoding with parameters of type StepInt
OffsetIntStrategy(Encoder baseEncoder, StepInt base)
          Create a new "offset" strategy.