Class LocalVariableTableEntry
java.lang.Object
com.strobel.assembler.ir.attributes.LocalVariableTableEntry
- Author:
- Mike Strobel
-
Constructor Summary
ConstructorsConstructorDescriptionLocalVariableTableEntry(int index, String name, TypeReference type, String originalSignature, int scopeOffset, int scopeLength, boolean isBadType) -
Method Summary
-
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
-
getType
-
getScopeOffset
public int getScopeOffset() -
getScopeLength
public int getScopeLength() -
getOriginalSignature
-
isBadType
public boolean isBadType() -
toString
-