de.uka.ipd.sdq.ByCounter.parsing
Class InstructionBlockLocation
java.lang.Object
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.
Method Summary |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
label
public org.objectweb.asm.Label label
lineNumber
public int lineNumber
labelBlock
public InstructionBlockDescriptor labelBlock
InstructionBlockLocation
public InstructionBlockLocation()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object