public class ParserUtil extends Object
Constructor and Description |
---|
ParserUtil() |
Modifier and Type | Method and Description |
---|---|
static CodeReader |
createReader(String path,
Iterator<IWorkingCopy> workingCopies)
Deprecated.
|
protected static char[] |
findWorkingCopy(org.eclipse.core.resources.IResource resultingResource,
Iterator<IWorkingCopy> workingCopies) |
static char[] |
findWorkingCopyBuffer(String path,
Iterator<IWorkingCopy> workingCopies) |
static IParserLogService |
getParserLogService() |
static org.eclipse.core.resources.IResource |
getResourceForFilename(String finalPath) |
static IParserLogService |
getScannerLogService() |
public static IParserLogService getParserLogService()
public static IParserLogService getScannerLogService()
public static char[] findWorkingCopyBuffer(String path, Iterator<IWorkingCopy> workingCopies)
@Deprecated public static CodeReader createReader(String path, Iterator<IWorkingCopy> workingCopies)
public static org.eclipse.core.resources.IResource getResourceForFilename(String finalPath)
protected static char[] findWorkingCopy(org.eclipse.core.resources.IResource resultingResource, Iterator<IWorkingCopy> workingCopies)
Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.