org.apache.tomcat.util.bcel.classfile
Class LocalVariableTypeTable
java.lang.Object
org.apache.tomcat.util.bcel.classfile.Attribute
org.apache.tomcat.util.bcel.classfile.LocalVariableTypeTable
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable
public class LocalVariableTypeTable
- extends Attribute
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
LocalVariableTypeTable
public LocalVariableTypeTable(int name_index,
int length,
LocalVariable[] local_variable_table,
ConstantPool constant_pool)
dump
public final void dump(java.io.DataOutputStream file)
throws java.io.IOException
- Description copied from class:
Attribute
- Dump attribute to file stream in binary format.
- Overrides:
dump
in class Attribute
- Parameters:
file
- Output file stream
- Throws:
java.io.IOException
setLocalVariableTable
public final void setLocalVariableTable(LocalVariable[] local_variable_table)
toString
public final java.lang.String toString()
- Overrides:
toString
in class Attribute
- Returns:
- String representation.
copy
public Attribute copy(ConstantPool constant_pool)
- Specified by:
copy
in class Attribute
- Returns:
- deep copy of this attribute
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.