Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

M

M_APP_RETURNTYPE - Static variable in class org.eclipse.jdt.ui.JavaElementLabels
Method names contain return type (appended) e.g.
M_APP_TYPE_PARAMETERS - Static variable in class org.eclipse.jdt.ui.JavaElementLabels
Method names contain type parameters appended.
M_CATEGORY - Static variable in class org.eclipse.jdt.ui.JavaElementLabels
Prepend first category (if any) to method.
M_EXCEPTIONS - Static variable in class org.eclipse.jdt.ui.JavaElementLabels
Method names contain thrown exceptions.
M_FORMAT_EXISTING - Static variable in class org.eclipse.jdt.core.ToolFactory
This mode is used for formatting existing code when all formatter options should be used.
M_FORMAT_NEW - Static variable in class org.eclipse.jdt.core.ToolFactory
This mode is used for formatting new code when some formatter options should not be used.
M_FULLY_QUALIFIED - Static variable in class org.eclipse.jdt.ui.JavaElementLabels
Method names are fully qualified.
M_PARAMETER_ANNOTATIONS - Static variable in class org.eclipse.jdt.ui.JavaElementLabels
Method labels contain parameter annotations.
M_PARAMETER_NAMES - Static variable in class org.eclipse.jdt.ui.JavaElementLabels
Method names contain parameter names.
M_PARAMETER_TYPES - Static variable in class org.eclipse.jdt.ui.JavaElementLabels
Method names contain parameter types.
M_POST_QUALIFIED - Static variable in class org.eclipse.jdt.ui.JavaElementLabels
Method names are post qualified.
M_PRE_RETURNTYPE - Static variable in class org.eclipse.jdt.ui.JavaElementLabels
Method names contain return type (appended) e.g.
M_PRE_TYPE_PARAMETERS - Static variable in class org.eclipse.jdt.ui.JavaElementLabels
Method names contain type parameters prepended.
MAIN_ONLY_PROJECT_DEPENDS_ON_TEST_ONLY_PROJECT - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
Status constant indicating that the project has only main source folders but depends on a project that has only test source folders.
MAIN_TYPE_NAME - Static variable in interface org.eclipse.ant.launching.IAntLaunchConstants
 
MAKE_STATIC - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the refactor -> make static action (value "org.eclipse.jdt.ui.edit.text.java.make.static").
MAKE_STATIC - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
Refactor menu: name of standard make static global action (value "org.eclipse.jdt.ui.actions.makeStatic").
makeConsistent(IProgressMonitor) - Method in interface org.eclipse.jdt.core.IOpenable
Makes this element consistent with its underlying resource or buffer by updating the element's structure and properties as necessary.
MakeStaticAction - Class in org.eclipse.jdt.ui.actions
Extracts an expression into a constant field and replaces all occurrences of the expression with the new constant.
MakeStaticAction(JavaEditor) - Constructor for class org.eclipse.jdt.ui.actions.MakeStaticAction
Note: This constructor is for internal use only.
MakeStaticAction(IWorkbenchSite) - Constructor for class org.eclipse.jdt.ui.actions.MakeStaticAction
 
MALFORMED - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Flag constant (bit mask, value 1) indicating that there is something not quite right with this AST node.
MandatoryCloseNotShown - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
MandatoryCloseNotShownAtExit - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
MARKER_ANNOTATION - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type MarkerAnnotation.
MarkerAnnotation - Class in org.eclipse.jdt.core.dom
Marker annotation node (added in JLS3 API).
MaskedCatch - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
match(char[], char[], boolean) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
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.jdt.core.compiler.CharOperation
Answers true if a sub-pattern matches the subpart of the given name, false otherwise.
match(AnnotationTypeDeclaration, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(AnnotationTypeMemberDeclaration, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(AnonymousClassDeclaration, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(ArrayAccess, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(ArrayCreation, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object object match.
match(ArrayInitializer, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(ArrayType, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(AssertStatement, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(Assignment, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(BlockComment, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(Block, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(BooleanLiteral, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(BreakStatement, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(CaseDefaultExpression, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(CastExpression, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(CatchClause, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(CharacterLiteral, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(ClassInstanceCreation, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(CompilationUnit, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(ConditionalExpression, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(ConstructorInvocation, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(ContinueStatement, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(CreationReference, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(Dimension, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(DoStatement, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(EmptyStatement, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(EnhancedForStatement, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(EnhancedForWithRecordPattern, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(EnumConstantDeclaration, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(EnumDeclaration, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(ExportsDirective, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(ExpressionMethodReference, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(ExpressionStatement, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(FieldAccess, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(FieldDeclaration, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(ForStatement, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(GuardedPattern, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(IfStatement, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(ImportDeclaration, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(InfixExpression, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(Initializer, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(InstanceofExpression, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(IntersectionType, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(JavaDocRegion, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(Javadoc, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(JavaDocTextElement, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(LabeledStatement, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(LambdaExpression, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(LineComment, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(MarkerAnnotation, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(MemberRef, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(MemberValuePair, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(MethodDeclaration, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(MethodInvocation, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(MethodRefParameter, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(MethodRef, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(Modifier, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(ModuleDeclaration, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(ModuleModifier, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(ModuleQualifiedName, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(NameQualifiedType, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(NormalAnnotation, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(NullLiteral, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(NullPattern, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(NumberLiteral, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(OpensDirective, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(PackageDeclaration, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(ParameterizedType, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(ParenthesizedExpression, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(PatternInstanceofExpression, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(PostfixExpression, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(PrefixExpression, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(PrimitiveType, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(ProvidesDirective, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(QualifiedName, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(QualifiedType, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(RecordDeclaration, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(RecordPattern, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(RequiresDirective, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(ReturnStatement, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(SimpleName, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(SimpleType, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(SingleMemberAnnotation, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(SingleVariableDeclaration, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(StringFragment, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(StringLiteral, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(StringTemplateComponent, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(StringTemplateExpression, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(SuperConstructorInvocation, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(SuperFieldAccess, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(SuperMethodInvocation, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(SuperMethodReference, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(SwitchCase, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(SwitchExpression, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(SwitchStatement, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(SynchronizedStatement, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(TagElement, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(TagProperty, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(TextBlock, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(TextElement, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(ThisExpression, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(ThrowStatement, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(TryStatement, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(TypeDeclaration, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(TypeDeclarationStatement, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(TypeLiteral, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(TypeMethodReference, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(TypeParameter, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(TypePattern, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(UnionType, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(UsesDirective, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(VariableDeclarationExpression, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(VariableDeclarationFragment, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(VariableDeclarationStatement, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(WhileStatement, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(WildcardType, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
match(YieldStatement, Object) - Method in class org.eclipse.jdt.core.dom.ASTMatcher
Returns whether the given node and the other object match.
matches(Declaration) - Method in class com.sun.mirror.util.DeclarationFilter
Tests whether this filter matches a given declaration.
matchesDecodedKey(SearchPattern) - Method in class org.eclipse.jdt.core.search.SearchPattern
Returns whether this pattern matches the given pattern (representing a decoded index key).
matchesName(char[], char[]) - Method in class org.eclipse.jdt.core.search.SearchPattern
Returns whether the given name matches the given pattern.
mayBeOutOfSynch() - Method in interface org.eclipse.jdt.debug.core.IJavaDebugTarget
Returns whether any of the threads associated with this debug target may be running code in the VM that is out of synch with the code in the workspace.
mayBeOutOfSynch() - Method in interface org.eclipse.jdt.debug.core.IJavaThread
Returns whether this thread may be running code in the VM that is out of synch with the code in the workspace.
measureIndentInSpaces(CharSequence, int) - Static method in class org.eclipse.jdt.core.formatter.IndentManipulation
Returns the indentation of the given line in space equivalents.
measureIndentUnits(CharSequence, int, int) - Static method in class org.eclipse.jdt.core.formatter.IndentManipulation
Returns the indentation of the given line in indentation units.
MEMBER_REF - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type MemberRef.
MEMBER_VALUE_PAIR - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type MemberValuePair.
MEMBER_VALUE_PAIR - Static variable in interface org.eclipse.jdt.core.dom.IBinding
Kind constant (value 6) indicating a member value pair binding.
MemberDeclaration - Interface in com.sun.mirror.declaration
Represents a declaration that may be a member or constructor of a declared type.
MemberFilterActionGroup - Class in org.eclipse.jdt.ui.actions
Action Group that contributes filter buttons for a view parts showing methods and fields.
MemberFilterActionGroup(StructuredViewer, String) - Constructor for class org.eclipse.jdt.ui.actions.MemberFilterActionGroup
Creates a new MemberFilterActionGroup.
MemberFilterActionGroup(StructuredViewer, String, boolean) - Constructor for class org.eclipse.jdt.ui.actions.MemberFilterActionGroup
Creates a new MemberFilterActionGroup.
MemberFilterActionGroup(StructuredViewer, String, boolean, int) - Constructor for class org.eclipse.jdt.ui.actions.MemberFilterActionGroup
Creates a new MemberFilterActionGroup.
MemberRef - Class in org.eclipse.jdt.core.dom
AST node for a member reference within a doc comment (Javadoc).
MemberValuePair - Class in org.eclipse.jdt.core.dom
Member value pair node (added in JLS3 API).
MENU_ID - Static variable in class org.eclipse.jdt.ui.actions.GenerateActionGroup
Pop-up menu: id of the source sub menu (value org.eclipse.jdt.ui.source.menu).
MENU_ID - Static variable in class org.eclipse.jdt.ui.actions.RefactorActionGroup
Pop-up menu: id of the refactor sub menu (value org.eclipse.jdt.ui.refactoring.menu).
Message - Class in org.eclipse.jdt.core.dom
Error message used to report potential errors found during the AST parsing or name resolution.
Message(String, int) - Constructor for class org.eclipse.jdt.core.dom.Message
Creates a message.
Message(String, int, int) - Constructor for class org.eclipse.jdt.core.dom.Message
Creates a message.
MESSAGE_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.AssertStatement
The "message" structural property of this node type (child type: Expression).
Messager - Interface in com.sun.mirror.apt
A Messager provides the way for an annotation processor to report error messages, warnings, and other notices.
METHOD - Static variable in class org.eclipse.jdt.core.CorrectionEngine
This field is not intended to be used by client.
METHOD - Static variable in interface org.eclipse.jdt.core.dom.IBinding
Kind constant (value 4) indicating a method or constructor binding.
METHOD - Static variable in interface org.eclipse.jdt.core.IJavaElement
Constant representing a method or constructor.
METHOD - Static variable in interface org.eclipse.jdt.core.jdom.IDOMNode
Deprecated.
Node type constant indicating a method (or constructor) declaration.
METHOD - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
The searched element is a method.
METHOD_BODIES - Static variable in interface org.eclipse.jdt.core.util.IClassFileReader
This value should be used to read the method bodies.
METHOD_DECLARATION - Static variable in class org.eclipse.jdt.core.CompletionProposal
Completion is a declaration of a method.
METHOD_DECLARATION - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type MethodDeclaration.
METHOD_FORMAL_PARAMETER - Static variable in interface org.eclipse.jdt.core.util.IExtendedAnnotationConstants
 
METHOD_IMPORT - Static variable in class org.eclipse.jdt.core.CompletionProposal
Completion is an import of reference to a static method.
METHOD_INFOS - Static variable in interface org.eclipse.jdt.core.util.IClassFileReader
This value should be used to read the constant pool entries and the method infos of a .class file.
METHOD_INVOCATION - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type MethodInvocation.
METHOD_INVOCATION_TYPE_ARGUMENT - Static variable in interface org.eclipse.jdt.core.util.IExtendedAnnotationConstants
 
METHOD_NAME_REFERENCE - Static variable in class org.eclipse.jdt.core.CompletionProposal
Completion is a reference to a method name.
METHOD_PARAMETERS - Static variable in interface org.eclipse.jdt.core.util.IAttributeNamesConstants
"MethodParameters" attribute (added in jep118).
METHOD_RECEIVER - Static variable in interface org.eclipse.jdt.core.util.IExtendedAnnotationConstants
 
METHOD_REF - Static variable in class org.eclipse.jdt.core.CompletionProposal
Completion is a reference to a method.
METHOD_REF - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type MethodRef.
METHOD_REF_PARAMETER - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type MethodRefParameter.
METHOD_REF_WITH_CASTED_RECEIVER - Static variable in class org.eclipse.jdt.core.CompletionProposal
Completion is a reference to a method with a casted receiver.
METHOD_REFERENCE - Static variable in interface org.eclipse.jdt.core.util.IExtendedAnnotationConstants
 
METHOD_REFERENCE_EXPRESSION - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
Return only method reference expressions, e.g.
METHOD_REFERENCE_TYPE_ARGUMENT - Static variable in interface org.eclipse.jdt.core.util.IExtendedAnnotationConstants
 
METHOD_RETURN - Static variable in interface org.eclipse.jdt.core.util.IExtendedAnnotationConstants
 
METHOD_TRIGGERS - Static variable in class org.eclipse.jdt.ui.text.java.CompletionProposalCollector
Triggers for method proposals without parameters.
METHOD_TYPE_PARAMETER - Static variable in interface org.eclipse.jdt.core.util.IExtendedAnnotationConstants
 
METHOD_TYPE_PARAMETER_BOUND - Static variable in interface org.eclipse.jdt.core.util.IExtendedAnnotationConstants
 
METHOD_TYPE_REF_GetField - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
The constant is described at 5.4.3.5 in the Java 7 VM specification (part 3).
METHOD_TYPE_REF_GetStatic - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
The constant is described at 5.4.3.5 in the Java 7 VM specification (part 3).
METHOD_TYPE_REF_InvokeInterface - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
The constant is described at 5.4.3.5 in the Java 7 VM specification (part 3).
METHOD_TYPE_REF_InvokeSpecial - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
The constant is described at 5.4.3.5 in the Java 7 VM specification (part 3).
METHOD_TYPE_REF_InvokeStatic - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
The constant is described at 5.4.3.5 in the Java 7 VM specification (part 3).
METHOD_TYPE_REF_InvokeVirtual - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
The constant is described at 5.4.3.5 in the Java 7 VM specification (part 3).
METHOD_TYPE_REF_NewInvokeSpecial - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
The constant is described at 5.4.3.5 in the Java 7 VM specification (part 3).
METHOD_TYPE_REF_PutField - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
The constant is described at 5.4.3.5 in the Java 7 VM specification (part 3).
METHOD_TYPE_REF_PutStatic - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
The constant is described at 5.4.3.5 in the Java 7 VM specification (part 3).
METHOD_WITH_ARGUMENTS_TRIGGERS - Static variable in class org.eclipse.jdt.ui.text.java.CompletionProposalCollector
Triggers for method proposals.
MethodButWithConstructorName - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
MethodCanBePotentiallyStatic - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
MethodCanBeStatic - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
MethodDeclaration - Class in org.eclipse.jdt.core.dom
Method declaration AST node type.
MethodDeclaration - Interface in com.sun.mirror.declaration
Represents a method of a class or interface.
MethodDeclarationMatch - Class in org.eclipse.jdt.core.search
A Java search match that represents a method declaration.
MethodDeclarationMatch(IJavaElement, int, int, int, SearchParticipant, IResource) - Constructor for class org.eclipse.jdt.core.search.MethodDeclarationMatch
Creates a new method declaration match.
MethodInvocation - Class in org.eclipse.jdt.core.dom
Method invocation expression AST node type.
MethodMissingDeprecatedAnnotation - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
MethodMustOverride - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
MethodMustOverrideOrImplement - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
MethodNameClash - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
MethodNameClashHidden - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
MethodNameMatch - Class in org.eclipse.jdt.core.search
A match collected while searching for all type names methods using a requestor.
MethodNameMatch() - Constructor for class org.eclipse.jdt.core.search.MethodNameMatch
 
MethodNameMatchRequestor - Class in org.eclipse.jdt.core.search
A MethodNameMatchRequestor collects matches from a searchAllMethodNames query to a SearchEngine.
MethodNameMatchRequestor() - Constructor for class org.eclipse.jdt.core.search.MethodNameMatchRequestor
 
MethodNameRequestor - Class in org.eclipse.jdt.core.search
A MethodDeclarationRequestor collects search results from a searchAllMethodDeclarations query to a SearchEngine.
MethodNameRequestor() - Constructor for class org.eclipse.jdt.core.search.MethodNameRequestor
 
MethodReducesVisibility - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
MethodRef - Class in org.eclipse.jdt.core.dom
AST node for a method or constructor reference within a doc comment (Javadoc).
MethodReference - Class in org.eclipse.jdt.core.dom
Abstract base class of all AST node types that represent a method reference expression (added in JLS8 API).
MethodReferenceMatch - Class in org.eclipse.jdt.core.search
A Java search match that represents a method reference.
MethodReferenceMatch(IJavaElement, int, int, int, boolean, boolean, boolean, boolean, SearchParticipant, IResource) - Constructor for class org.eclipse.jdt.core.search.MethodReferenceMatch
Creates a new method reference match.
MethodReferenceMatch(IJavaElement, int, int, int, boolean, boolean, boolean, SearchParticipant, IResource) - Constructor for class org.eclipse.jdt.core.search.MethodReferenceMatch
Creates a new method reference match.
MethodReferenceMatch(IJavaElement, int, int, int, boolean, SearchParticipant, IResource) - Constructor for class org.eclipse.jdt.core.search.MethodReferenceMatch
Creates a new method reference match.
MethodReferenceNotBelow18 - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
MethodReferenceSwingsBothWays - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
MethodRefParameter - Class in org.eclipse.jdt.core.dom
AST node for a parameter within a method reference (MethodRef).
MethodRelated - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
MethodRequiresBody - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
MethodReturnsVoid - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
METHODS - Static variable in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Field ID of the method stubs check boxes.
MethodVarargsArgumentNeedCast - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
MINUS - Static variable in class org.eclipse.jdt.core.dom.InfixExpression.Operator
Subtraction "-" operator.
MINUS - Static variable in class org.eclipse.jdt.core.dom.PrefixExpression.Operator
Unary minus "-" operator.
MINUS_ASSIGN - Static variable in class org.eclipse.jdt.core.dom.Assignment.Operator
-= operator.
MirroredTypeException - Exception in com.sun.mirror.type
Thrown when an application attempts to access the Class object corresponding to a TypeMirror.
MirroredTypeException(TypeMirror) - Constructor for exception com.sun.mirror.type.MirroredTypeException
Constructs a new MirroredTypeException for the specified type.
MirroredTypesException - Exception in com.sun.mirror.type
Thrown when an application attempts to access a sequence of Class objects each corresponding to a TypeMirror.
MirroredTypesException(Collection<TypeMirror>) - Constructor for exception com.sun.mirror.type.MirroredTypesException
Constructs a new MirroredTypesException for the specified types.
MisplacedTypeAnnotations - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
MissingArgumentsForParameterizedMemberType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
MissingDefaultCase - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
MissingEnclosingInstance - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
MissingEnclosingInstanceForConstructorCall - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
Inner types related problems
MissingEnumConstantCase - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
MissingEnumConstantCaseDespiteDefault - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
MissingEnumDefaultCase - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
MissingNonNullByDefaultAnnotationOnPackage - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
MissingNonNullByDefaultAnnotationOnType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
MissingNullAnnotationImplicitlyUsed - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
MissingOverrideAnnotation - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
MissingOverrideAnnotationForInterfaceMethodImplementation - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
MissingRequiresTransitiveForTypeInAPI - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
MissingReturnType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
MissingSemiColon - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
MissingSerialVersion - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
MissingSynchronizedModifierInInheritedMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
MissingTypeInConstructor - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
MissingTypeInLambda - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
MissingTypeInMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
MissingValueForAnnotationMember - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
MissingValueFromLambda - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
MIXED - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
FORMATTER / Possible value for the option FORMATTER_TAB_CHAR
MODEL_ID - Static variable in class org.eclipse.jdt.core.JavaCore
The identifier for the Java model (value "org.eclipse.jdt.core.javamodel").
modificationCount() - Method in class org.eclipse.jdt.core.dom.AST
Returns the modification count for this AST.
Modifier - Class in org.eclipse.jdt.core.dom
Modifier node.
Modifier - Enum Class in com.sun.mirror.declaration
Represents a modifier on the declaration of a program element such as a class, method, or field.
MODIFIER - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type Modifier.
Modifier.ModifierKeyword - Class in org.eclipse.jdt.core.dom
Modifier keywords (typesafe enumeration).
modifiers() - Method in class org.eclipse.jdt.core.dom.BodyDeclaration
Returns the live ordered list of modifiers and annotations of this declaration (added in JLS3 API).
modifiers() - Method in class org.eclipse.jdt.core.dom.RequiresDirective
Returns the live ordered list of modifiers of this declaration.
modifiers() - Method in class org.eclipse.jdt.core.dom.SingleVariableDeclaration
Returns the live ordered list of modifiers and annotations of this declaration (added in JLS3 API).
modifiers() - Method in class org.eclipse.jdt.core.dom.TypeParameter
Returns the live ordered list of modifiers for this TypeParameter node (added in JLS8 API).
modifiers() - Method in class org.eclipse.jdt.core.dom.VariableDeclarationExpression
Returns the live ordered list of modifiers and annotations of this declaration (added in JLS3 API).
modifiers() - Method in class org.eclipse.jdt.core.dom.VariableDeclarationStatement
Returns the live ordered list of modifiers and annotations of this declaration (added in JLS3 API).
MODIFIERS - Static variable in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Field ID of the modifier check boxes.
MODIFIERS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.FieldDeclaration
Deprecated.
In the JLS3 API, this property is replaced by FieldDeclaration.MODIFIERS2_PROPERTY.
MODIFIERS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.Initializer
Deprecated.
In the JLS3 API, this property is replaced by Initializer.MODIFIERS2_PROPERTY.
MODIFIERS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.MethodDeclaration
Deprecated.
In the JLS3 API, this property is replaced by MethodDeclaration.MODIFIERS2_PROPERTY.
MODIFIERS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.RequiresDirective
The "modifiers" structural property of this node type (element type: ModuleModifier).
MODIFIERS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.SingleVariableDeclaration
Deprecated.
In the JLS3 API, this property is replaced by SingleVariableDeclaration.MODIFIERS2_PROPERTY.
MODIFIERS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.TypeDeclaration
Deprecated.
In the JLS3 API, this property is replaced by TypeDeclaration.MODIFIERS2_PROPERTY.
MODIFIERS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.TypeParameter
The "modifiers" structural property of this node type (element type: IExtendedModifier) (added in JLS8 API).
MODIFIERS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.VariableDeclarationExpression
Deprecated.
In the JLS3 API, this property is replaced by VariableDeclarationExpression.MODIFIERS2_PROPERTY.
MODIFIERS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.VariableDeclarationStatement
Deprecated.
In the JLS3 API, this property is replaced by VariableDeclarationStatement.MODIFIERS2_PROPERTY.
MODIFIERS2_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.AnnotationTypeDeclaration
The "modifiers" structural property of this node type (element type: IExtendedModifier).
MODIFIERS2_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.AnnotationTypeMemberDeclaration
The "modifiers" structural property of this node type (element type: IExtendedModifier).
MODIFIERS2_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.EnumConstantDeclaration
The "modifiers" structural property of this node type (element type: IExtendedModifier).
MODIFIERS2_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.EnumDeclaration
The "modifiers" structural property of this node type (element type: IExtendedModifier) (added in JLS3 API).
MODIFIERS2_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.FieldDeclaration
The "modifiers" structural property of this node type (element type: IExtendedModifier) (added in JLS3 API).
MODIFIERS2_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.Initializer
The "modifiers" structural property of this node type (element type: IExtendedModifier) (added in JLS3 API).
MODIFIERS2_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.MethodDeclaration
The "modifiers" structural property of this node type (element type: IExtendedModifier) (added in JLS3 API).
MODIFIERS2_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.RecordDeclaration
The "modifiers" structural property of this node type (element type: IExtendedModifier).
MODIFIERS2_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.SingleVariableDeclaration
The "modifiers" structural property of this node type (element type: IExtendedModifier) (added in JLS3 API).
MODIFIERS2_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.TypeDeclaration
The "modifiers" structural property of this node type (element type: IExtendedModifier) (added in JLS3 API).
MODIFIERS2_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.VariableDeclarationExpression
The "modifiers" structural property of this node type (element type: IExtendedModifier) (added in JLS3 API).
MODIFIERS2_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.VariableDeclarationStatement
The "modifiers" structural property of this node type (element type: IExtendedModifier) (added in JLS3 API).
modifiersChanged() - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Hook method that gets called when the modifiers have changed.
MODIFY_METHOD_PARAMETERS - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the refactor -> modify method parameters action (value "org.eclipse.jdt.ui.edit.text.java.modify.method.parameters").
MODIFY_PARAMETERS - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
Refactor menu: name of standard Modify Parameters global action (value "org.eclipse.jdt.ui.actions.ModifyParameters").
ModifyParametersAction - Class in org.eclipse.jdt.ui.actions
Action to start the modify parameters refactoring.
ModifyParametersAction(JavaEditor) - Constructor for class org.eclipse.jdt.ui.actions.ModifyParametersAction
Note: This constructor is for internal use only.
ModifyParametersAction(IWorkbenchSite) - Constructor for class org.eclipse.jdt.ui.actions.ModifyParametersAction
Creates a new ModifyParametersAction.
MODULE - Static variable in interface org.eclipse.jdt.core.dom.IBinding
Kind constant (value 7) indicating a module binding (added in JLS9 API).
MODULE - Static variable in interface org.eclipse.jdt.core.IClasspathAttribute
Constant for the name of the module attribute.
MODULE - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
The searched element is a module.
MODULE - Static variable in interface org.eclipse.jdt.core.util.IAttributeNamesConstants
"Module" attribute (added in Java SE 9).
MODULE_DECLARATION - Static variable in class org.eclipse.jdt.core.CompletionProposal
Completion is a declaration of a module.
MODULE_DECLARATION - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type ModuleDeclaration.
MODULE_DIRECTIVES_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.ModuleDeclaration
The "moduleDirectives" structural property of this node type (element type: ModuleDirective).
MODULE_GRAPH - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
When searching for Type Declaration matches, and if a module is given, this will find type declaration matches in this module as well as the dependent module graph of the given module.
MODULE_MAIN_CLASS - Static variable in interface org.eclipse.jdt.core.IClasspathAttribute
Constant of the name of the module-main-class attribute.
MODULE_MAIN_CLASS - Static variable in interface org.eclipse.jdt.core.util.IAttributeNamesConstants
"ModuleMainClass" attribute (added in Java SE 9).
MODULE_MODIFIER - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type ModuleModifier.
MODULE_PACKAGES - Static variable in interface org.eclipse.jdt.core.util.IAttributeNamesConstants
"ModulePackages" attribute (added in Java SE 9).
MODULE_PATH - Static variable in interface org.eclipse.jdt.launching.IRuntimeClasspathEntry
Classpath property identifier for entries that should appear on the module path for modular project.
MODULE_PATH_CONTAINER_ID - Static variable in class org.eclipse.jdt.core.JavaCore
 
MODULE_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.CompilationUnit
The "module" structural property of this node type (child type: ModuleDeclaration) (added in JLS9 API).
MODULE_QUALIFIED_NAME - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type ModuleQualifiedName.
MODULE_QUALIFIER_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.ModuleQualifiedName
The "qualifier" structural property of this node type (child type: Name)
MODULE_REF - Static variable in class org.eclipse.jdt.core.CompletionProposal
/** Completion is a reference to a module.
ModuleDeclaration - Class in org.eclipse.jdt.core.dom
Module declaration AST node type representing the module descriptor file (added in JLS9 API).
ModuleDeclarationMatch - Class in org.eclipse.jdt.core.search
A Java search match that represents a module declaration.
ModuleDeclarationMatch(IJavaElement, int, int, int, SearchParticipant, IResource) - Constructor for class org.eclipse.jdt.core.search.ModuleDeclarationMatch
Creates a new type declaration match.
ModuleDirective - Class in org.eclipse.jdt.core.dom
Abstract base class of AST nodes that represent module directives (added in JLS9 API).
ModuleModifier - Class in org.eclipse.jdt.core.dom
Module Modifier node - represents the modifiers for the requires directive in module declaration (added in JLS9 API).
ModuleModifier.ModuleModifierKeyword - Class in org.eclipse.jdt.core.dom
Module Modifier keywords (typesafe enumeration).
ModulePackageAccess - Class in org.eclipse.jdt.core.dom
Abstract base class of AST nodes that represent exports and opens directives (added in JLS9 API).
ModuleQualifiedName - Class in org.eclipse.jdt.core.dom
AST node for a module qualified name.
ModuleReferenceMatch - Class in org.eclipse.jdt.core.search
A Java search match that represents a module reference.
ModuleReferenceMatch(IJavaElement, int, int, int, boolean, SearchParticipant, IResource) - Constructor for class org.eclipse.jdt.core.search.ModuleReferenceMatch
Creates a new module reference match.
ModuleRelated - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
modules - Variable in class org.eclipse.jdt.core.dom.ModulePackageAccess
The target modules (element type: Name).
modules() - Method in class org.eclipse.jdt.core.dom.ModulePackageAccess
Returns the live ordered list of target modules for this directive.
MODULES_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.ExportsDirective
The "modules" structural property of this node type (element type: Name).
MODULES_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.OpensDirective
The "modules" structural property of this node type (element type: Name).
moduleStatements() - Method in class org.eclipse.jdt.core.dom.ModuleDeclaration
Returns the live list of statements in this module.
MONITORENTER - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
MONITOREXIT - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
move(IPath, int, int, IClasspathEntry, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IPackageFragmentRoot
Moves the resource of this package fragment root to the destination path as specified by IResource.move(IPath,int,IProgressMonitor) but excluding nested source folders.
move(IJavaElement[], IJavaElement[], IJavaElement[], String[], boolean, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IJavaModel
Moves the given elements to the specified container(s).
move(IJavaElement, IJavaElement, String, boolean, IProgressMonitor) - Method in interface org.eclipse.jdt.core.ISourceManipulation
Moves this element to the given container.
MOVE - Static variable in interface org.eclipse.jdt.core.refactoring.IJavaRefactorings
Refactoring id of the 'Move' refactoring (value: org.eclipse.jdt.ui.move).
MOVE - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
Refactor menu: name of standard Move Element global action (value "org.eclipse.jdt.ui.actions.Move").
MOVE_ELEMENT - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the refactor -> move element action (value "org.eclipse.jdt.ui.edit.text.java.move.element").
MOVE_INNER_TO_TOP - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the refactor -> move inner type to top level action (value "org.eclipse.jdt.ui.edit.text.java.move.inner.to.top.level").
MOVE_METHOD - Static variable in interface org.eclipse.jdt.core.refactoring.IJavaRefactorings
Refactoring id of the 'Move Method' refactoring (value: org.eclipse.jdt.ui.move.method).
MOVE_PROCESSOR - Static variable in interface org.eclipse.jdt.ui.refactoring.IRefactoringProcessorIds
Deprecated.
Processor ID of the move resource processor (value "org.eclipse.jdt.ui.MoveProcessor").
MOVE_PROCESSOR - Static variable in interface org.eclipse.jdt.ui.refactoring.IRefactoringProcessorIdsCore
Processor ID of the move resource processor (value "org.eclipse.jdt.ui.MoveProcessor").
MOVE_STATIC_MEMBERS - Static variable in interface org.eclipse.jdt.core.refactoring.IJavaRefactorings
Refactoring id of the 'Move Static Members' refactoring (value: org.eclipse.jdt.ui.move.static).
MOVE_STATIC_MEMBERS_PROCESSOR - Static variable in interface org.eclipse.jdt.core.refactoring.participants.IRefactoringProcessorIds
Processor ID of the move static member processor (value "org.eclipse.jdt.ui.MoveStaticMemberProcessor").
MOVE_STATIC_MEMBERS_PROCESSOR - Static variable in interface org.eclipse.jdt.ui.refactoring.IRefactoringProcessorIds
Deprecated.
Processor ID of the move static member processor (value "org.eclipse.jdt.ui.MoveStaticMemberProcessor").
MOVE_STATIC_MEMBERS_PROCESSOR - Static variable in interface org.eclipse.jdt.ui.refactoring.IRefactoringProcessorIdsCore
Processor ID of the move static member processor (value "org.eclipse.jdt.ui.MoveStaticMemberProcessor").
MoveAction - Class in org.eclipse.jdt.ui.actions
This action moves Java elements to a new location.
MoveAction(JavaEditor) - Constructor for class org.eclipse.jdt.ui.actions.MoveAction
Note: This constructor is for internal use only.
MoveAction(IWorkbenchSite) - Constructor for class org.eclipse.jdt.ui.actions.MoveAction
Creates a new MoveAction.
MoveDescriptor - Class in org.eclipse.jdt.core.refactoring.descriptors
Refactoring descriptor for the move refactoring.
MoveDescriptor() - Constructor for class org.eclipse.jdt.core.refactoring.descriptors.MoveDescriptor
Creates a new refactoring descriptor.
MoveDescriptor(String, String, String, Map<String, String>, int) - Constructor for class org.eclipse.jdt.core.refactoring.descriptors.MoveDescriptor
Creates a new refactoring descriptor.
MoveMethodDescriptor - Class in org.eclipse.jdt.core.refactoring.descriptors
Refactoring descriptor for the move method refactoring.
MoveMethodDescriptor() - Constructor for class org.eclipse.jdt.core.refactoring.descriptors.MoveMethodDescriptor
Creates a new refactoring descriptor.
MoveMethodDescriptor(String, String, String, Map<String, String>, int) - Constructor for class org.eclipse.jdt.core.refactoring.descriptors.MoveMethodDescriptor
Creates a new refactoring descriptor.
MoveStaticMembersDescriptor - Class in org.eclipse.jdt.core.refactoring.descriptors
Refactoring descriptor for the move static members refactoring.
MoveStaticMembersDescriptor() - Constructor for class org.eclipse.jdt.core.refactoring.descriptors.MoveStaticMembersDescriptor
Creates a new refactoring descriptor.
MoveStaticMembersDescriptor(String, String, String, Map<String, String>, int) - Constructor for class org.eclipse.jdt.core.refactoring.descriptors.MoveStaticMembersDescriptor
Creates a new refactoring descriptor.
MULTI_LINE - Static variable in class org.eclipse.jdt.core.dom.StringTemplateExpression
The "multiline" structural property of this node type (type: Boolean).
MULTIANEWARRAY - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
MultiCatchNotBelow17 - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
MultiConstantCaseLabelsNotSupported - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
MultipleFunctionalInterfaces - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
Deprecated.
This problem is no longer reported; number Of functional interface is not an issue, number of abstract methods is.
MustDefineEitherDimensionExpressionsOrInitializer - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
mustResolve - Variable in class org.eclipse.jdt.core.search.SearchPattern
 
MustSpecifyPackage - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
Deprecated.
- problem is no longer generated
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form