org.aspectj.org.eclipse.jdt.internal.core.index
Class EntryResult

java.lang.Object
  extended by org.aspectj.org.eclipse.jdt.internal.core.index.EntryResult

public class EntryResult
extends java.lang.Object


Constructor Summary
EntryResult(char[] word, java.lang.Object table)
           
 
Method Summary
 void addDocumentName(java.lang.String documentName)
           
 void addDocumentTable(java.lang.Object table)
           
 java.lang.String[] getDocumentNames(Index index)
           
 char[] getWord()
           
 boolean isEmpty()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntryResult

public EntryResult(char[] word,
                   java.lang.Object table)
Method Detail

addDocumentName

public void addDocumentName(java.lang.String documentName)

addDocumentTable

public void addDocumentTable(java.lang.Object 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()