- BASE_SPECIFIER - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTCompositeTypeSpecifier
-
BASE_SPECIFIER
expresses the subclass role.
- BASE_TYPE - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTEnumerationSpecifier
-
- beginReporting() - Method in interface org.eclipse.cdt.core.model.IProblemRequestor
-
Notification sent before starting the problem detection process.
- BinaryFilePresentation - Class in org.eclipse.cdt.core.model
-
Allows to configure the presentation of binaries.
- BinaryFilePresentation(IBinaryFile) - Constructor for class org.eclipse.cdt.core.model.BinaryFilePresentation
-
Constructs the presentation object for a binary file.
- BINDING_AMBIGUOUS_LOOKUP - Static variable in interface org.eclipse.cdt.core.dom.ast.ISemanticProblem
-
- BINDING_BAD_SCOPE - Static variable in interface org.eclipse.cdt.core.dom.ast.ISemanticProblem
-
- BINDING_CIRCULAR_INHERITANCE - Static variable in interface org.eclipse.cdt.core.dom.ast.ISemanticProblem
-
- BINDING_DEFINITION_NOT_FOUND - Static variable in interface org.eclipse.cdt.core.dom.ast.ISemanticProblem
-
- BINDING_INVALID_OVERLOAD - Static variable in interface org.eclipse.cdt.core.dom.ast.ISemanticProblem
-
- BINDING_INVALID_REDECLARATION - Static variable in interface org.eclipse.cdt.core.dom.ast.ISemanticProblem
-
- BINDING_INVALID_REDEFINITION - Static variable in interface org.eclipse.cdt.core.dom.ast.ISemanticProblem
-
- BINDING_INVALID_TEMPLATE_ARGUMENTS - Static variable in interface org.eclipse.cdt.core.dom.ast.ISemanticProblem
-
- BINDING_INVALID_TYPE - Static variable in interface org.eclipse.cdt.core.dom.ast.ISemanticProblem
-
- BINDING_INVALID_USING - Static variable in interface org.eclipse.cdt.core.dom.ast.ISemanticProblem
-
- BINDING_KNR_PARAMETER_DECLARATION_NOT_FOUND - Static variable in interface org.eclipse.cdt.core.dom.ast.ISemanticProblem
-
- BINDING_LABEL_STATEMENT_NOT_FOUND - Static variable in interface org.eclipse.cdt.core.dom.ast.ISemanticProblem
-
- BINDING_MEMBER_DECLARATION_NOT_FOUND - Static variable in interface org.eclipse.cdt.core.dom.ast.ISemanticProblem
-
- BINDING_NO_CLASS - Static variable in interface org.eclipse.cdt.core.dom.ast.ISemanticProblem
-
- BINDING_NOT_FOUND - Static variable in interface org.eclipse.cdt.core.dom.ast.ISemanticProblem
-
- BINDING_RECURSION_IN_LOOKUP - Static variable in interface org.eclipse.cdt.core.dom.ast.ISemanticProblem
-
- BODY - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTLambdaExpression
-
- BODY - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTRangeBasedForStatement
-
- BODY - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTTryBlockStatement
-
BODY
is the body of the try block.
- BODY - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTDoStatement
-
BODY
represents the relationship between a
IASTDoStatement
and its nested body
IASTStatement
.
- BODY - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTForStatement
-
BODY
represents the relationship between a IASTForStatement
and
its IASTStatement
body.
- BODY - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTSwitchStatement
-
BODY
represents the relationship between an
IASTSwitchStatement
and it's nested
IASTStatement
.
- BODY - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTWhileStatement
-
BODY
represents the relationship between an IASTWhileStatement
and
it's nested IASTStatement
.
- bufferChanged(BufferChangedEvent) - Method in interface org.eclipse.cdt.core.model.IBufferChangedListener
-
Notifies that the given event has occurred.
- BufferChangedEvent - Class in org.eclipse.cdt.core.model
-
A buffer changed event describes how a buffer has changed.
- BufferChangedEvent(IBuffer, int, int, String) - Constructor for class org.eclipse.cdt.core.model.BufferChangedEvent
-
Creates a new buffer changed event indicating that the given buffer has changed.