public final class

ConstantPool

extends Object
implements RuntimeConstants
java.lang.Object
   ↳ sun.tools.asm.ConstantPool

Class Overview

A table of constants WARNING: The contents of this source file are not part of any supported API. Code that depends on them does so at its own risk: they are subject to change or removal without notice.

Summary

[Expand]
Inherited Constants
From interface sun.tools.java.RuntimeConstants
[Expand]
Inherited Fields
From interface sun.tools.java.RuntimeConstants
Public Constructors
ConstantPool()
Public Methods
int index(Object obj)
Find an entry, may return 0
void put(Object obj)
Add an entry
void write(Environment env, DataOutputStream out)
Write to output
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ConstantPool ()

Public Methods

public int index (Object obj)

Find an entry, may return 0

public void put (Object obj)

Add an entry

public void write (Environment env, DataOutputStream out)

Write to output

Throws
IOException