public class ConstantPool
extends java.lang.Object
| Modifier and Type | Method and Description | 
|---|---|
| Constant | getConstant(int index)Get constant from constant pool. | 
| Constant | getConstant(int index,
byte tag)Get constant from constant pool and check whether it has the
expected type. | 
public Constant getConstant(int index)
index - Index in constant poolConstantpublic Constant getConstant(int index, byte tag) throws ClassFormatException
index - Index in constant pooltag - Tag of expected constant, i.e., its typeClassFormatExceptionConstantCopyright © 2000-2015 Apache Software Foundation. All Rights Reserved.