de.uka.ipd.sdq.ByCounter.parsing
Class InstructionBlockLocation

java.lang.Object
  extended by de.uka.ipd.sdq.ByCounter.parsing.InstructionBlockLocation

public class InstructionBlockLocation
extends java.lang.Object

This structure describes the location of an InstructionBlockDescriptor for the instructions under a Label in a method by the label and optionally a line number.


Field Summary
 org.objectweb.asm.Label label
           
 InstructionBlockDescriptor labelBlock
           
 int lineNumber
           
 
Constructor Summary
InstructionBlockLocation()
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

label

public org.objectweb.asm.Label label

lineNumber

public int lineNumber

labelBlock

public InstructionBlockDescriptor labelBlock
Constructor Detail

InstructionBlockLocation

public InstructionBlockLocation()
Method Detail

toString

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