Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.techtrader.modules.tools.bytecode.lowlevel
Class ConstantPool.HashedEntry  view ConstantPool.HashedEntry download ConstantPool.HashedEntry.java

java.lang.Object
  extended bycom.techtrader.modules.tools.bytecode.lowlevel.ConstantPool.HashedEntry
Enclosing class:
ConstantPool

private static class ConstantPool.HashedEntry
extends java.lang.Object


Field Summary
 Entry entry
           
 int index
           
 
Constructor Summary
ConstantPool.HashedEntry(Entry entry, int index)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

entry

public Entry entry

index

public int index
Constructor Detail

ConstantPool.HashedEntry

public ConstantPool.HashedEntry(Entry entry,
                                int index)