scale.jcr
Class LineNumberEntry
java.lang.Object
   scale.jcr.LineNumberEntry
scale.jcr.LineNumberEntry
- public class LineNumberEntry 
- extends java.lang.Object
This class is used to both represent a Java class file line number
 entry and to read that class file line number entry.
 
 $Id: LineNumberEntry.java,v 1.9 2007-10-04 19:58:16 burrill Exp $
 
 Copyright 2007 by the
 Scale Compiler Group,
 Department of Computer Science
 University of Massachusetts,
 Amherst MA. 01003, USA
 All Rights Reserved.
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
startPc
public int startPc
lineNumber
public int lineNumber
LineNumberEntry
public LineNumberEntry(int startPc,
                       int lineNumber)
read
public static LineNumberEntry read(ClassFile cf,
                                   java.io.DataInputStream reader)
                            throws java.io.IOException
- 
- Throws:
- java.io.IOException