org.eclipse.jdt.internal.compiler.codegen
Class CachedIndexEntry

java.lang.Object
  extended by org.eclipse.jdt.internal.compiler.codegen.CachedIndexEntry

public class CachedIndexEntry
extends java.lang.Object


Field Summary
 int index
           
 char[] signature
           
 
Constructor Summary
CachedIndexEntry(char[] signature, int index)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

signature

public char[] signature

index

public int index
Constructor Detail

CachedIndexEntry

public CachedIndexEntry(char[] signature,
                        int index)