|
Eclipse CDT 7.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFileNomination
Interface for constructs that nominate a file for an AST:
IASTTranslationUnit
, IASTPreprocessorIncludeStatement
, IIndexFile
.
Method Summary | |
---|---|
org.eclipse.cdt.core.parser.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. |
Method Detail |
---|
org.eclipse.cdt.core.parser.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
|
Eclipse CDT 7.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |