org.eclipse.wst.jsdt.internal.core.index
Class EntryResult

java.lang.Object
  extended by org.eclipse.wst.jsdt.internal.core.index.EntryResult

public class EntryResult
extends java.lang.Object


Constructor Summary
EntryResult(char[] word, org.eclipse.wst.jsdt.internal.compiler.util.HashtableOfObject table)
           
 
Method Summary
 void addDocumentName(java.lang.String documentName)
           
 void addDocumentTable(org.eclipse.wst.jsdt.internal.compiler.util.HashtableOfObject table)
           
 java.lang.String[] getDocumentNames(Index index)
           
 char[] getWord()
           
 boolean isEmpty()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntryResult

public EntryResult(char[] word,
                   org.eclipse.wst.jsdt.internal.compiler.util.HashtableOfObject table)
Method Detail

addDocumentName

public void addDocumentName(java.lang.String documentName)

addDocumentTable

public void addDocumentTable(org.eclipse.wst.jsdt.internal.compiler.util.HashtableOfObject table)

getWord

public char[] getWord()

getDocumentNames

public java.lang.String[] getDocumentNames(Index index)
                                    throws java.io.IOException
Throws:
java.io.IOException

isEmpty

public boolean isEmpty()