Class LocalVariableTypeTable

  • All Implemented Interfaces:
    java.lang.Cloneable, java.lang.Iterable<LocalVariable>, Node

    public class LocalVariableTypeTable
    extends Attribute
    implements java.lang.Iterable<LocalVariable>
    Since:
    6.0
    • Field Detail

      • localVariableTypeTable

        private LocalVariable[] localVariableTypeTable
    • Constructor Detail

      • LocalVariableTypeTable

        LocalVariableTypeTable​(int nameIdx,
                               int len,
                               java.io.DataInput input,
                               ConstantPool cpool)
                        throws java.io.IOException
        Throws:
        java.io.IOException
      • LocalVariableTypeTable

        public LocalVariableTypeTable​(int nameIndex,
                                      int length,
                                      LocalVariable[] localVariableTypeTable,
                                      ConstantPool constantPool)
    • Method Detail

      • accept

        public void accept​(Visitor v)
        Description copied from class: Attribute
        Called by objects that are traversing the nodes of the tree implicitly defined by the contents of a Java class. I.e., the hierarchy of methods, fields, attributes, etc. spawns a tree of objects.
        Specified by:
        accept in interface Node
        Specified by:
        accept in class Attribute
        Parameters:
        v - Visitor object
      • copy

        public Attribute copy​(ConstantPool constantPool)
        Specified by:
        copy in class Attribute
        Parameters:
        constantPool - constant pool to save.
        Returns:
        deep copy of this attribute
      • dump

        public final void dump​(java.io.DataOutputStream file)
                        throws java.io.IOException
        Description copied from class: Attribute
        Dumps attribute to file stream in binary format.
        Overrides:
        dump in class Attribute
        Parameters:
        file - Output file stream
        Throws:
        java.io.IOException - if an I/O error occurs.
      • getLocalVariable

        public final LocalVariable getLocalVariable​(int index)
      • getLocalVariableTypeTable

        public final LocalVariable[] getLocalVariableTypeTable()
      • getTableLength

        public final int getTableLength()
      • iterator

        public java.util.Iterator<LocalVariable> iterator()
        Specified by:
        iterator in interface java.lang.Iterable<LocalVariable>
      • setLocalVariableTable

        public final void setLocalVariableTable​(LocalVariable[] localVariableTable)
      • toString

        public final java.lang.String toString()
        Overrides:
        toString in class Attribute
        Returns:
        String representation.