public interface IFileNomination
IASTTranslationUnit
, IASTPreprocessorIncludeStatement
, IIndexFile
.Modifier and Type | Method and Description |
---|---|
ISignificantMacros |
getSignificantMacros()
Returns macros relevant to parsing of the file included by this include statement and their
definitions at the point of the include.
|
boolean |
hasPragmaOnceSemantics()
Returns whether pragma once semantics has been detected when parsing the translation unit.
|
ISignificantMacros getSignificantMacros() throws CoreException
This method should only be called after the included file has been parsed. The method will
return ISignificantMacros.NONE
if it is called prematurely.
CoreException
boolean hasPragmaOnceSemantics() throws CoreException
CoreException