- 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.
- fBinaryFile - Variable in class org.eclipse.cdt.core.model.BinaryFilePresentation
-
- 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.cpp.ICPPASTFieldDesignator
-
The name of the field being initialized.
- 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
.
- finalize() - Method in class org.eclipse.cdt.utils.pty.PTYOutputStream
-
- finalize() - Method in class org.eclipse.cdt.utils.spawner.Spawner
-
- finalize() - Method in class org.eclipse.cdt.utils.spawner.SpawnerOutputStream
-
- find(String, IASTTranslationUnit) - Method in interface org.eclipse.cdt.core.dom.ast.IScope
-
This is the general lookup entry point.
- find(String) - Method in interface org.eclipse.cdt.core.dom.ast.IScope
-
- findBindings(IASTName, boolean) - Method in interface org.eclipse.cdt.core.dom.ast.IASTCompletionContext
-
Returns bindings that start with the given name or prefix, only
considering those that are valid for this context.
- findBindings(IASTName, boolean, String[]) - Method in interface org.eclipse.cdt.core.dom.ast.ICPPASTCompletionContext
-
Returns bindings that start with the given name or prefix, only considering those that are valid for
this context, including those in the requested set of namespaces.
- 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.
- findEnclosingImplicitName(int, int) - Method in interface org.eclipse.cdt.core.dom.ast.IASTNodeSelector
-
Returns the first implicit name enclosing the given range.
- findEnclosingMacroExpansion(int, int) - Method in interface org.eclipse.cdt.core.dom.ast.IASTNodeSelector
-
Returns a macro expansion enclosing the given range, or null
.
- findEnclosingName(int, int) - Method in interface org.eclipse.cdt.core.dom.ast.IASTNodeSelector
-
Returns the smallest name enclosing the given range, or null
if there is
no such node.
- findEnclosingNode(int, int) - Method in interface org.eclipse.cdt.core.dom.ast.IASTNodeSelector
-
Returns the smallest node enclosing the given range, or null
if there is
no such node.
- findEnclosingNodeInExpansion(int, int) - Method in interface org.eclipse.cdt.core.dom.ast.IASTNodeSelector
-
Returns the smallest node enclosing the range, or null
if there is no such node.
- findField(String) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPClassType
-
The method 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.
- 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.
- findFirstContainedName(int, int) - Method in interface org.eclipse.cdt.core.dom.ast.IASTNodeSelector
-
Returns the first name contained in the given range, or null
if there is
no such node.
- findFirstContainedNode(int, int) - Method in interface org.eclipse.cdt.core.dom.ast.IASTNodeSelector
-
Returns the first node contained in the given range, or null
if there is
no such node.
- findFirstContainedNodeInExpansion(int, int) - Method in interface org.eclipse.cdt.core.dom.ast.IASTNodeSelector
-
Returns the first node contained in the given expansion, or null
if there is
no such node.
- findImplicitName(int, int) - Method in interface org.eclipse.cdt.core.dom.ast.IASTNodeSelector
-
Returns the implicit name for the exact given range, or null
if there is
no such node.
- findName(int, int) - Method in interface org.eclipse.cdt.core.dom.ast.IASTNodeSelector
-
Returns the name for the exact given range, or null
if there is no such node.
- findNode(int, int) - Method in interface org.eclipse.cdt.core.dom.ast.IASTNodeSelector
-
Returns the node for the exact given range, or null
if there is no such node.
- findNodeInExpansion(int, int) - Method in interface org.eclipse.cdt.core.dom.ast.IASTNodeSelector
-
Returns the node for the exact given range, or null
if there is no such node.
- findSharedWorkingCopy() - Method in interface org.eclipse.cdt.core.model.ITranslationUnit
-
Returns the shared working copy for this element, using the default IBuffer
factory, or null
, if no working copy has been created for this element.
- findSharedWorkingCopy(IBufferFactory) - Method in interface org.eclipse.cdt.core.model.ITranslationUnit
-
- findSourceRoot(IResource) - Method in interface org.eclipse.cdt.core.model.ICProject
-
- findSourceRoot(IPath) - Method in interface org.eclipse.cdt.core.model.ICProject
-
- findStrictlyEnclosingNode(int, int) - Method in interface org.eclipse.cdt.core.dom.ast.IASTNodeSelector
-
Returns the smallest node strictly enclosing the given range, or null
if there
is no such node.
- findTranslationUnit(IFile) - Static method in class org.eclipse.cdt.core.model.CoreModelUtil
-
Returns the translation unit for the file given or null
.
- findTranslationUnitForLocation(IPath, ICProject) - Static method in class org.eclipse.cdt.core.model.CoreModelUtil
-
Searches for a translation unit within the cprojects.
- finishTranslationUnit() - Static method in class org.eclipse.cdt.core.dom.ast.ASTTypeUtil
-
- 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
-
Flattens the node locations provided into a single file location.
- fName - Variable in class org.eclipse.cdt.core.dom.ast.IASTCompletionNode.CompletionNameEntry
-
- fParent - Variable in class org.eclipse.cdt.core.dom.ast.IASTCompletionNode.CompletionNameEntry
-
- freeze() - Method in interface org.eclipse.cdt.core.dom.ast.IASTTranslationUnit
-
Causes this node and all the nodes rooted at this node to become immutable.
- 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_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_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
.
- functionTakesParameters(IFunction) - Static method in class org.eclipse.cdt.core.dom.ast.ASTTypeUtil
-
Returns whether the function matching the given function binding takes parameters or not.