public interface SymbolProvider
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue(Definitions rootDefinitions,
IFile sourceFile,
java.lang.String def)
Returns the string representation of the value of
def if it exists in this provider. |
boolean |
isDefined(Definitions rootDefinitions,
IFile sourceFile,
java.lang.String def)
Returns true if the symbol exists in this provider.
|
boolean isDefined(Definitions rootDefinitions, IFile sourceFile, java.lang.String def)
rootDefinitions - The DefinitionssourceFile - The path to the source file in context.def - The name of the preprocessor definition.java.lang.String getValue(Definitions rootDefinitions, IFile sourceFile, java.lang.String def)
def if it exists in this provider.rootDefinitions - sourceFile - The path to the source file in context.def - The name of the preprocessor definition.def or null if it does not exist in thie provider.Copyright © 2022. All rights reserved.