com.sun.jdo.api.persistence.enhancer.classfile
Class LocalVariable
java.lang.Object
com.sun.jdo.api.persistence.enhancer.classfile.LocalVariable
public class LocalVariable
- extends Object
Represents a local variable within a LocalVariableTable within
a CodeAttribute in a class file.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocalVariable
public LocalVariable(InsnTarget startPC,
InsnTarget endPC,
ConstUtf8 name,
ConstUtf8 sig,
int slot)
- Constructor for a local variable
print
public void print(PrintStream out,
int indent)
Copyright © 2012. All Rights Reserved.