public class BytecodeLocalVariableTableAttributeInfo extends Object implements BytecodeAttributeInfo
| Constructor and Description |
|---|
BytecodeLocalVariableTableAttributeInfo(BytecodeConstantPool aConstantPool,
BytecodeLocalVariableTableEntry[] aEntry) |
| Modifier and Type | Method and Description |
|---|---|
BytecodeLocalVariableTableEntry |
matchingEntryFor(BytecodeOpcodeAddress aAddress,
int aIndex) |
String |
resolveVariableName(BytecodeLocalVariableTableEntry aEntry) |
public BytecodeLocalVariableTableAttributeInfo(BytecodeConstantPool aConstantPool, BytecodeLocalVariableTableEntry[] aEntry)
public BytecodeLocalVariableTableEntry matchingEntryFor(BytecodeOpcodeAddress aAddress, int aIndex)
public String resolveVariableName(BytecodeLocalVariableTableEntry aEntry)
Copyright © 2020 Systemprogrammierung Mirko Sertic. All rights reserved.