org.apache.jdo.impl.enhancer.classfile
Class LocalVariable

java.lang.Object
  extended by org.apache.jdo.impl.enhancer.classfile.LocalVariable

public class LocalVariable
extends java.lang.Object

Represents a local variable within a LocalVariableTable within a CodeAttribute in a class file.


Constructor Summary
LocalVariable(InsnTarget startPC, InsnTarget endPC, ConstUtf8 name, ConstUtf8 sig, int slot)
          Constructor for a local variable
 
Method Summary
 void print(java.io.PrintStream out, int indent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalVariable

public LocalVariable(InsnTarget startPC,
                     InsnTarget endPC,
                     ConstUtf8 name,
                     ConstUtf8 sig,
                     int slot)
Constructor for a local variable

Method Detail

print

public void print(java.io.PrintStream out,
                  int indent)


Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.