org.eclipse.cdt.internal.core.dom
Class WorkingCopyCodeReaderFactory

java.lang.Object
  extended by org.eclipse.cdt.internal.core.dom.PartialWorkingCopyCodeReaderFactory
      extended by org.eclipse.cdt.internal.core.dom.WorkingCopyCodeReaderFactory
All Implemented Interfaces:
org.eclipse.cdt.core.dom.ICodeReaderFactory

public class WorkingCopyCodeReaderFactory
extends PartialWorkingCopyCodeReaderFactory
implements org.eclipse.cdt.core.dom.ICodeReaderFactory

Author:
jcamelon

Constructor Summary
WorkingCopyCodeReaderFactory(org.eclipse.cdt.core.model.IWorkingCopyProvider provider)
           
 
Method Summary
 org.eclipse.cdt.core.parser.CodeReader createCodeReaderForInclusion(org.eclipse.cdt.core.parser.IScanner scanner, java.lang.String path)
           
 int getUniqueIdentifier()
           
 
Methods inherited from class org.eclipse.cdt.internal.core.dom.PartialWorkingCopyCodeReaderFactory
createCodeReaderForInclusion, createCodeReaderForTranslationUnit, createCodeReaderForTranslationUnit, getCodeReaderCache
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.cdt.core.dom.ICodeReaderFactory
createCodeReaderForInclusion, createCodeReaderForTranslationUnit, getCodeReaderCache
 

Constructor Detail

WorkingCopyCodeReaderFactory

public WorkingCopyCodeReaderFactory(org.eclipse.cdt.core.model.IWorkingCopyProvider provider)
Parameters:
provider -
Method Detail

getUniqueIdentifier

public int getUniqueIdentifier()
Specified by:
getUniqueIdentifier in interface org.eclipse.cdt.core.dom.ICodeReaderFactory
Overrides:
getUniqueIdentifier in class PartialWorkingCopyCodeReaderFactory

createCodeReaderForInclusion

public org.eclipse.cdt.core.parser.CodeReader createCodeReaderForInclusion(org.eclipse.cdt.core.parser.IScanner scanner,
                                                                           java.lang.String path)