public class BytecodeConstantPool extends Object
| Constructor and Description |
|---|
BytecodeConstantPool() |
| Modifier and Type | Method and Description |
|---|---|
BytecodeConstant |
constantByIndex(int aIndex) |
List<BytecodeConstant> |
constants() |
void |
registerConstant(BytecodeConstant aConstant) |
public void registerConstant(BytecodeConstant aConstant)
public BytecodeConstant constantByIndex(int aIndex)
public List<BytecodeConstant> constants()
Copyright © 2020 Systemprogrammierung Mirko Sertic. All rights reserved.