- makeLocalVarsFinal() - Method in class org.netbeans.api.java.source.CodeStyle
-
- makeParametersFinal() - Method in class org.netbeans.api.java.source.CodeStyle
-
- MemberSelect(ExpressionTree, CharSequence) - Method in class org.netbeans.api.java.source.TreeMaker
-
Creates a new MemberSelectTree.
- MemberSelect(ExpressionTree, Element) - Method in class org.netbeans.api.java.source.TreeMaker
-
Creates a new MemberSelectTree from an expression and an element.
- Method(ModifiersTree, CharSequence, Tree, List<? extends TypeParameterTree>, List<? extends VariableTree>, List<? extends ExpressionTree>, BlockTree, ExpressionTree) - Method in class org.netbeans.api.java.source.TreeMaker
-
Creates a new MethodTree.
- Method(ModifiersTree, CharSequence, Tree, List<? extends TypeParameterTree>, List<? extends VariableTree>, List<? extends ExpressionTree>, BlockTree, ExpressionTree, boolean) - Method in class org.netbeans.api.java.source.TreeMaker
-
Creates a new MethodTree.
- Method(ExecutableElement, BlockTree) - Method in class org.netbeans.api.java.source.TreeMaker
-
Creates a new MethodTree from an ExecutableElement and a BlockTree.
- Method(ModifiersTree, CharSequence, Tree, List<? extends TypeParameterTree>, List<? extends VariableTree>, List<? extends ExpressionTree>, String, ExpressionTree) - Method in class org.netbeans.api.java.source.TreeMaker
-
Creates a new MethodTree.
- MethodInvocation(List<? extends ExpressionTree>, ExpressionTree, List<? extends ExpressionTree>) - Method in class org.netbeans.api.java.source.TreeMaker
-
Creates a new MethodInvocationTree.
- ModificationResult - Class in org.netbeans.api.java.source
-
Class that collects changes built during a modification task run.
- ModificationResult.Difference - Class in org.netbeans.api.java.source
-
- ModificationResult.Difference.Kind - Enum in org.netbeans.api.java.source
-
- Modifiers(Set<Modifier>, List<? extends AnnotationTree>) - Method in class org.netbeans.api.java.source.TreeMaker
-
Creates a new ModifiersTree with a new set of flags and annotations.
- Modifiers(long, List<? extends AnnotationTree>) - Method in class org.netbeans.api.java.source.TreeMaker
-
Creates a new ModifiersTree with a new flags and annotation.
- Modifiers(Set<Modifier>) - Method in class org.netbeans.api.java.source.TreeMaker
-
Creates a new ModifiersTree without any annotations specified.
- Modifiers(ModifiersTree, List<? extends AnnotationTree>) - Method in class org.netbeans.api.java.source.TreeMaker
-
Creates a new ModifiersTree with a new set of annotations.