scale.jcr
Class LocalVariableEntry
java.lang.Object
scale.jcr.LocalVariableEntry
public class LocalVariableEntry
- extends java.lang.Object
This class is used to both represent a Java class file local
variable entry and to read that class file local variable entry.
$Id: LocalVariableEntry.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.
Constructor Summary |
LocalVariableEntry(int startPc,
int length,
int nameIndex,
int descriptorIndex,
int index)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
startPc
public int startPc
length
public int length
nameIndex
public int nameIndex
descriptorIndex
public int descriptorIndex
index
public int index
LocalVariableEntry
public LocalVariableEntry(int startPc,
int length,
int nameIndex,
int descriptorIndex,
int index)
read
public static LocalVariableEntry read(ClassFile cf,
java.io.DataInputStream reader)
throws java.io.IOException
- Throws:
java.io.IOException