de.uka.ipd.sdq.ByCounter.parsing
Class RangeBlockDescriptor.BasicBlockOffset

java.lang.Object
  extended by de.uka.ipd.sdq.ByCounter.parsing.RangeBlockDescriptor.BasicBlockOffset
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
RangeBlockDescriptor

public class RangeBlockDescriptor.BasicBlockOffset
extends java.lang.Object
implements java.io.Serializable

Describes which instructions in the basic block with the index basicBlockIndex are added/subtracted in addition to normal basic block counts.

See Also:
Serialized Form

Field Summary
 int basicBlockIndex
           
 InstructionBlockDescriptor offset
           
 
Constructor Summary
RangeBlockDescriptor.BasicBlockOffset()
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

basicBlockIndex

public int basicBlockIndex

offset

public InstructionBlockDescriptor offset
Constructor Detail

RangeBlockDescriptor.BasicBlockOffset

public RangeBlockDescriptor.BasicBlockOffset()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object