public class BytecodeLocalVariableTableEntry extends Object
| Constructor and Description |
|---|
BytecodeLocalVariableTableEntry(int aStartPC,
int aLength,
int aNameIndex,
BytecodeTypeRef aType,
int aIndex) |
| Modifier and Type | Method and Description |
|---|---|
int |
getIndex() |
int |
getLength() |
int |
getNameIndex() |
int |
getStartPC() |
BytecodeTypeRef |
getType() |
public BytecodeLocalVariableTableEntry(int aStartPC,
int aLength,
int aNameIndex,
BytecodeTypeRef aType,
int aIndex)
public int getStartPC()
public int getLength()
public int getNameIndex()
public BytecodeTypeRef getType()
public int getIndex()
Copyright © 2020 Systemprogrammierung Mirko Sertic. All rights reserved.