org.aspectj.org.eclipse.jdt.internal.core.search.matching
Class MatchLocator.WorkingCopyDocument

java.lang.Object
  extended by org.aspectj.org.eclipse.jdt.core.search.SearchDocument
      extended by org.aspectj.org.eclipse.jdt.internal.core.search.JavaSearchDocument
          extended by org.aspectj.org.eclipse.jdt.internal.core.search.matching.MatchLocator.WorkingCopyDocument
Enclosing class:
MatchLocator

public static class MatchLocator.WorkingCopyDocument
extends JavaSearchDocument


Field Summary
 ICompilationUnit workingCopy
           
 
Fields inherited from class org.aspectj.org.eclipse.jdt.internal.core.search.JavaSearchDocument
byteContents, charContents
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class org.aspectj.org.eclipse.jdt.internal.core.search.JavaSearchDocument
getByteContents, getCharContents, getEncoding
 
Methods inherited from class org.aspectj.org.eclipse.jdt.core.search.SearchDocument
addIndexEntry, getParser, getParticipant, getPath, removeAllIndexEntries, setIndex, setParser
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

workingCopy

public ICompilationUnit workingCopy
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class JavaSearchDocument