Eclipse CDT
Pre-release 3.0
A B C D E F G H I J K L M N O P Q R S T U V W

F

F_ADDED_PATHENTRY_LIBRARY - Static variable in interface org.eclipse.cdt.core.model.ICElementDelta
A pathEntry Library was added for this resource
F_ADDED_PATHENTRY_SOURCE - Static variable in interface org.eclipse.cdt.core.model.ICElementDelta
A source entry added for this resource.
F_BINARY_PARSER_CHANGED - Static variable in interface org.eclipse.cdt.core.model.ICElementDelta
Change in the binary Parser.
F_CHANGED_PATHENTRY_INCLUDE - Static variable in interface org.eclipse.cdt.core.model.ICElementDelta
A pathEntry Include was added for this resource
F_CHANGED_PATHENTRY_MACRO - Static variable in interface org.eclipse.cdt.core.model.ICElementDelta
A pathEntry Macro was added for this resource
F_CHANGED_PATHENTRY_PROJECT - Static variable in interface org.eclipse.cdt.core.model.ICElementDelta
A pathEntry Project was added to the project.
F_CHILDREN - Static variable in interface org.eclipse.cdt.core.model.ICElementDelta
Change flag indicating that there are changes to the children of the element.
F_CLOSED - Static variable in interface org.eclipse.cdt.core.model.ICElementDelta
Change flag indicating that the underlying IProject has been closed.
F_CONTENT - Static variable in interface org.eclipse.cdt.core.model.ICElementDelta
Change flag indicating that the content of the element has changed.
F_CONTENT_TYPE - Static variable in interface org.eclipse.cdt.core.model.ICElementDelta
Change in the binary Parser.
F_FINE_GRAINED - Static variable in interface org.eclipse.cdt.core.model.ICElementDelta
Change flag indicating that this is a fine-grained delta, i.e. an analysis down to the members level was done to determine if there were structural changes to members.
F_MODIFIERS - Static variable in interface org.eclipse.cdt.core.model.ICElementDelta
Change flag indicating that the modifiers of the element have changed.
F_MOVED_FROM - Static variable in interface org.eclipse.cdt.core.model.ICElementDelta
Change flag indicating that the element was moved from another location.
F_MOVED_TO - Static variable in interface org.eclipse.cdt.core.model.ICElementDelta
Change flag indicating that the element was moved to another location.
F_OPENED - Static variable in interface org.eclipse.cdt.core.model.ICElementDelta
Change flag indicating that the underlying IProject has been opened.
F_PATHENTRY_REORDER - Static variable in interface org.eclipse.cdt.core.model.ICElementDelta
Reordering of the path entries.
F_REMOVED_PATHENTRY_LIBRARY - Static variable in interface org.eclipse.cdt.core.model.ICElementDelta
A pathEntry Library was added for this resource
F_REMOVED_PATHENTRY_SOURCE - Static variable in interface org.eclipse.cdt.core.model.ICElementDelta
A source entry was remove for this resource.
F_REORDER - Static variable in interface org.eclipse.cdt.core.model.ICElementDelta
Change flag indicating that the element has changed position relatively to its siblings.
F_SOURCEATTACHED - Static variable in interface org.eclipse.cdt.core.model.ICElementDelta
Change flag indicating that a source jar has been attached to a binary jar.
F_SOURCEDETACHED - Static variable in interface org.eclipse.cdt.core.model.ICElementDelta
Change flag indicating that a source jar has been detached to a binary jar.
feedIndexRequestor(IIndexSearchRequestor, int, int[], int[][], int[][], IndexInput, ICSearchScope) - Method in class org.eclipse.cdt.core.search.OrPattern
 
FIELD - Static variable in interface org.eclipse.cdt.core.search.ICSearchConstants
The searched element is a field (member variable).
FIELD_NAME - Static variable in interface org.eclipse.cdt.core.dom.ast.c.ICASTFieldDesignator
FIELD_NAME represent the relationship between an ICASTFieldDesignator and an IASTName.
FIELD_NAME - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTFieldReference
FIELD_NAME represents the relationship between a IASTFieldReference and its IASTName field name.
FIELD_OWNER - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTFieldReference
FIELD_OWNER represents the relationship between a IASTFieldReference and its IASTExpression field owner.
FIELD_SIZE - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTFieldDeclarator
FIELD_SIZE represents the relationship between a IASTFieldDeclarator and its IASTExpression.
FILENAME_NOT_PROVIDED - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTProblem
Unknown filename sentinel value
find(String) - Method in interface org.eclipse.cdt.core.dom.ast.IScope
This is the general lookup entry point.
findElement(IPath) - Method in interface org.eclipse.cdt.core.model.ICProject
Returns the ICElement corresponding to the given path, or null if no such ICElement is found.
findField(String) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPClassType
findField is restated here to point out that this method looks through the inheritance tree of this class while looking for a field with the given name If no field is found, null is returned, if the name is found to be ambiguous a IProblemBinding is returned.
findField(String) - Method in interface org.eclipse.cdt.core.dom.ast.ICompositeType
returns the field that matches name, or null if there is no such field.
findIndexMatches(IndexInput, IIndexSearchRequestor, int, IProgressMonitor, ICSearchScope) - Method in class org.eclipse.cdt.core.search.OrPattern
 
findSharedWorkingCopy(IBufferFactory) - Method in interface org.eclipse.cdt.core.model.ITranslationUnit
Finds the shared working copy for this element, given a IBuffer factory.
findSourceRoot(IResource) - Method in interface org.eclipse.cdt.core.model.ICProject
 
Flags - Class in org.eclipse.cdt.core.model
Utility class for decoding modifier flags in C elements.
flattenLocationsToFile(IASTNodeLocation[]) - Method in interface org.eclipse.cdt.core.dom.ast.IASTTranslationUnit
Flatten the node locations provided into a single file location.
floatValue() - Method in interface org.eclipse.cdt.debug.core.cdi.model.type.ICDIFloatingPointValue
 
flushCache() - Method in interface org.eclipse.cdt.core.dom.ast.IScope
clear the name cache in this scope
FORCE_IMMEDIATE_SEARCH - Static variable in interface org.eclipse.cdt.core.search.ICSearchConstants
The search operation starts immediately, even if the underlying indexer has not finished indexing the workspace.
FRIEND - Static variable in interface org.eclipse.cdt.core.search.ICSearchConstants
 
fullExclusionPatternChars() - Method in interface org.eclipse.cdt.core.model.IIncludeEntry
Returns a char based representation of the exclusions patterns full path.
fullExclusionPatternChars() - Method in interface org.eclipse.cdt.core.model.IIncludeFileEntry
Returns a char based representation of the exclusions patterns full path.
fullExclusionPatternChars() - Method in interface org.eclipse.cdt.core.model.IMacroEntry
Returns a char based representation of the exclusions patterns full path.
fullExclusionPatternChars() - Method in interface org.eclipse.cdt.core.model.IMacroFileEntry
Returns a char based representation of the exclusions patterns full path.
fullExclusionPatternChars() - Method in interface org.eclipse.cdt.core.model.IOutputEntry
Returns a char based representation of the exclusions patterns full path.
fullExclusionPatternChars() - Method in interface org.eclipse.cdt.core.model.ISourceEntry
Returns a char based representation of the exclusions patterns full path.
FUNCTION - Static variable in interface org.eclipse.cdt.core.search.ICSearchConstants
The searched element is a function.
FUNCTION_BODY - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTFunctionDefinition
FUNCTION_BODY represents the relationship between a IASTFunctionDefinition and its IASTStatement.
FUNCTION_NAME - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTFunctionCallExpression
FUNCTION_NAME represents the relationship between a IASTFunctionCallExpression and its IASTExpression (function name).
FUNCTION_PARAMETER - Static variable in interface org.eclipse.cdt.core.dom.ast.gnu.c.ICASTKnRFunctionDeclarator
FUNCTION_PARAMETER represents the relationship between an K&R function declarator and the full parameter declarations.
FUNCTION_PARAMETER - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTStandardFunctionDeclarator
FUNCTION_PARAMETER represents the relationship between an IASTStandardFunctionDeclarator and it's nested IASTParameterDeclaration.

Eclipse CDT
Pre-release 3.0
A B C D E F G H I J K L M N O P Q R S T U V W
Copyright (c) IBM Corp. and others 2004. All Rights Reserved.