org.eclipse.cdt.core.parser
Class ParserUtil

java.lang.Object
  extended by org.eclipse.cdt.core.parser.ParserUtil

public class ParserUtil
extends java.lang.Object

Author:
jcamelon

Constructor Summary
ParserUtil()
           
 
Method Summary
static org.eclipse.cdt.core.parser.CodeReader createReader(java.lang.String finalPath, java.util.Iterator workingCopies)
           
static char[] findWorkingCopyBuffer(java.lang.String path, java.util.Iterator workingCopies)
           
static org.eclipse.cdt.core.parser.IParserLogService getParserLogService()
           
static org.eclipse.core.resources.IResource getResourceForFilename(java.lang.String finalPath)
           
static org.eclipse.cdt.core.parser.IParserLogService getScannerLogService()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParserUtil

public ParserUtil()
Method Detail

getParserLogService

public static org.eclipse.cdt.core.parser.IParserLogService getParserLogService()

getScannerLogService

public static org.eclipse.cdt.core.parser.IParserLogService getScannerLogService()
Returns:

findWorkingCopyBuffer

public static char[] findWorkingCopyBuffer(java.lang.String path,
                                           java.util.Iterator workingCopies)

createReader

public static org.eclipse.cdt.core.parser.CodeReader createReader(java.lang.String finalPath,
                                                                  java.util.Iterator workingCopies)

getResourceForFilename

public static org.eclipse.core.resources.IResource getResourceForFilename(java.lang.String finalPath)
Parameters:
finalPath -
Returns: