Java org.eclipse.jdt.core.util IConstantPool fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jdt.core.util IConstantPool fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jdt.core.util IConstantPool.

The text is from its open source code.

Method

IConstantPoolEntrydecodeEntry(int index)
Answer back the entry at the given index in the constant pool.
intgetConstantPoolCount()
Answer back the number of entries in the constant pool.
intgetEntryKind(int index)
Answer back the type of the entry at the given index in the constant pool.