public static class IWritableIndex.IncludeInformation
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
boolean |
fIsContext |
IIndexFileLocation |
fLocation |
ISignificantMacros |
fSignificantMacros |
IASTPreprocessorIncludeStatement |
fStatement |
IIndexFragmentFile |
fTargetFile |
Constructor and Description |
---|
IncludeInformation(IASTPreprocessorIncludeStatement stmt,
IIndexFileLocation location,
ISignificantMacros sig,
boolean isContext) |
public final IASTPreprocessorIncludeStatement fStatement
public final IIndexFileLocation fLocation
public final ISignificantMacros fSignificantMacros
public final boolean fIsContext
public IIndexFragmentFile fTargetFile
public IncludeInformation(IASTPreprocessorIncludeStatement stmt, IIndexFileLocation location, ISignificantMacros sig, boolean isContext)