- MACRO_CHANGED - Static variable in class org.eclipse.cdt.core.model.PathEntryContainerChanged
-
Change in the Macro
- MACRO_DEFINITION - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTImageLocation
-
The image is part of a macro definition and was introduced by some macro expansion.
- MACRO_EXPANSION - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTTranslationUnit
-
- MACRO_NAME - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTPreprocessorMacroDefinition
-
MACRO_NAME
describes the relationship between a macro
definition and it's name.
- MACRO_NAME - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTPreprocessorStatement
-
- makeConsistent(IProgressMonitor) - Method in interface org.eclipse.cdt.core.model.IOpenable
-
Makes this element consistent with its underlying resource or buffer
by updating the element's structure and properties as necessary.
- makeConsistent(IProgressMonitor, boolean) - Method in interface org.eclipse.cdt.core.model.IOpenable
-
- MAPPING_NAME - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTNamespaceAlias
-
MAPPING_NAME
represents the pre-existing namespace which
the new symbol aliases.
- marshal(ITypeMarshalBuffer) - Method in interface org.eclipse.cdt.core.dom.ast.IValue
-
Serialize this value to the given type marshal buffer.
- MasterFD() - Constructor for class org.eclipse.cdt.utils.pty.PTY.MasterFD
-
- match(char[], char[], boolean) - Static method in class org.eclipse.cdt.core.model.CoreModelUtil
-
Answers true if the pattern matches the given name, false otherwise.
- match(char[], int, int, char[], int, int, boolean) - Static method in class org.eclipse.cdt.core.model.CoreModelUtil
-
Answers true if the a sub-pattern matches the subpart of the given name, false otherwise. char[] pattern matching, accepting
wild-cards '*' and '?'.
- MEMBER_DECLARATION - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTCompositeTypeSpecifier
-
MEMBER_DECLARATION
represents the relationship between an
IASTCompositeTypeSpecifier
and its nestedIASTDeclaration
s.
- MEMBER_ID - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTConstructorChainInitializer
-
- MEMBER_INITIALIZER - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTFunctionDefinition
-
MEMBER_INITIALIZER
is the role of a member initializer in the function definition.
- MESSAGE - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTStaticAssertDeclaration
-
- move(ICElement[], ICElement[], ICElement[], String[], boolean, IProgressMonitor) - Method in interface org.eclipse.cdt.core.model.ICModel
-
Moves the given elements to the specified container(s).
- move(ICElement, ICElement, String, boolean, IProgressMonitor) - Method in interface org.eclipse.cdt.core.model.ISourceManipulation
-
Moves this element to the given container.