Class LocalVariableTableEntry

java.lang.Object
com.strobel.assembler.ir.attributes.LocalVariableTableEntry

public final class LocalVariableTableEntry extends Object
Author:
Mike Strobel
  • Constructor Details

    • LocalVariableTableEntry

      public LocalVariableTableEntry(int index, String name, TypeReference type, String originalSignature, int scopeOffset, int scopeLength, boolean isBadType)
  • Method Details

    • getIndex

      public int getIndex()
    • getName

      public String getName()
    • getType

      public TypeReference getType()
    • getScopeOffset

      public int getScopeOffset()
    • getScopeLength

      public int getScopeLength()
    • getOriginalSignature

      public String getOriginalSignature()
    • isBadType

      public boolean isBadType()
    • toString

      public String toString()
      Overrides:
      toString in class Object