Skip navigation links
org.netbeans.modules.java.source.base 2.37.1 4
A B C D E F G H I J K L M N O P Q R S T U V W 

A

absoluteLabelIndent() - Method in class org.netbeans.api.java.source.CodeStyle
 
accept(Element, TypeMirror) - Method in interface org.netbeans.api.java.source.ElementUtilities.ElementAcceptor
Is the given element accepted.
addAnnotationAttrValue(AnnotationTree, ExpressionTree) - Method in class org.netbeans.api.java.source.TreeMaker
Appends specified element attrValue to the end of attribute values list.
addArtifactsUpdatedListener(URL, BuildArtifactMapper.ArtifactsUpdated) - Static method in class org.netbeans.api.java.source.BuildArtifactMapper
addBlockStatement(BlockTree, StatementTree) - Method in class org.netbeans.api.java.source.TreeMaker
Appends specified element statement to the end of statements list.
addCaseStatement(CaseTree, StatementTree) - Method in class org.netbeans.api.java.source.TreeMaker
Appends specified element statement to the end of statements list.
addChangeListener(ChangeListener) - Method in class org.netbeans.api.java.source.ClasspathInfo
Registers ChangeListener which will be notified about the changes in the classpath.
addClassImplementsClause(ClassTree, Tree) - Method in class org.netbeans.api.java.source.TreeMaker
Appends specified element implementsClause to the end of implements list.
addClassIndexListener(ClassIndexListener) - Method in class org.netbeans.api.java.source.ClassIndex
addClassMember(ClassTree, Tree) - Method in class org.netbeans.api.java.source.TreeMaker
Appends specified element member to the end of members list.
addClassTypeParameter(ClassTree, TypeParameterTree) - Method in class org.netbeans.api.java.source.TreeMaker
Appends specified element typeParameter to the end of type parameters list.
addComment(Tree, Comment, boolean) - Method in class org.netbeans.api.java.source.TreeMaker
Append a comment to the list of comments attached to a given tree.
addCompUnitImport(CompilationUnitTree, ImportTree) - Method in class org.netbeans.api.java.source.TreeMaker
Appends specified element importt to the end of imports list.
addCompUnitTypeDecl(CompilationUnitTree, Tree) - Method in class org.netbeans.api.java.source.TreeMaker
Appends specified element typeDeclaration to the end of type declarations list.
addForLoopInitializer(ForLoopTree, StatementTree) - Method in class org.netbeans.api.java.source.TreeMaker
Appends specified element initializer to the end of initializers list.
addForLoopUpdate(ForLoopTree, ExpressionStatementTree) - Method in class org.netbeans.api.java.source.TreeMaker
Appends specified element update to the end of updates list.
addImports(CompilationUnitTree, Set<? extends Element>) - Method in class org.netbeans.api.java.source.GeneratorUtilities
Adds import statements for given elements to a compilation unit.
addLambdaParameter(LambdaExpressionTree, VariableTree) - Method in class org.netbeans.api.java.source.TreeMaker
Appends specified element parameter to the end of parameters list.
addLeadingStarInComment() - Method in class org.netbeans.api.java.source.CodeStyle
 
addMethodInvocationArgument(MethodInvocationTree, ExpressionTree) - Method in class org.netbeans.api.java.source.TreeMaker
Appends specified element argument.
addMethodInvocationTypeArgument(MethodInvocationTree, ExpressionTree) - Method in class org.netbeans.api.java.source.TreeMaker
Appends specified element type argument to the end of type arguments list.
addMethodParameter(MethodTree, VariableTree) - Method in class org.netbeans.api.java.source.TreeMaker
Appends specified element parameter to the end of parameters list.
addMethodThrows(MethodTree, ExpressionTree) - Method in class org.netbeans.api.java.source.TreeMaker
Appends specified element throwz to the end of throws list.
addMethodTypeParameter(MethodTree, TypeParameterTree) - Method in class org.netbeans.api.java.source.TreeMaker
Appends specified element typeParameter to the end of type parameters list.
addModifiersAnnotation(ModifiersTree, AnnotationTree) - Method in class org.netbeans.api.java.source.TreeMaker
Appends specified element annotation to the end of annotations list.
addModifiersModifier(ModifiersTree, Modifier) - Method in class org.netbeans.api.java.source.TreeMaker
 
addModuleDirective(ModuleTree, DirectiveTree) - Method in class org.netbeans.api.java.source.TreeMaker
Appends specified directive to the end of directives list.
addNewArrayDimension(NewArrayTree, ExpressionTree) - Method in class org.netbeans.api.java.source.TreeMaker
Appends specified element dimension to the end of dimensions list.
addNewArrayInitializer(NewArrayTree, ExpressionTree) - Method in class org.netbeans.api.java.source.TreeMaker
Appends specified element initializer to the end of initializers list.
addNewClassArgument(NewClassTree, ExpressionTree) - Method in class org.netbeans.api.java.source.TreeMaker
Appends specified element argument to the end of arguments list.
addNewClassTypeArgument(NewClassTree, ExpressionTree) - Method in class org.netbeans.api.java.source.TreeMaker
Appends specified element typeArgument to the end of type arguments list.
addOverrideAnnotation() - Method in class org.netbeans.api.java.source.CodeStyle
 
addPackageAnnotation(CompilationUnitTree, AnnotationTree) - Method in class org.netbeans.api.java.source.TreeMaker
Appends specified element annotation to the end of package annotations list.
addParameterizedTypeTypeArgument(ParameterizedTypeTree, ExpressionTree) - Method in class org.netbeans.api.java.source.TreeMaker
Appends specified element argument to the end of type arguments list.
addPrefixSuffix(CharSequence, String, String) - Static method in class org.netbeans.api.java.source.CodeStyleUtils
Add a prefix and suffix to a name.
addSwitchCase(SwitchTree, CaseTree) - Method in class org.netbeans.api.java.source.TreeMaker
Appends specified element kejs to the end of cases list.
addTryCatch(TryTree, CatchTree) - Method in class org.netbeans.api.java.source.TreeMaker
Appends specified element kec to the end of catches list.
addTypeParameterBound(TypeParameterTree, ExpressionTree) - Method in class org.netbeans.api.java.source.TreeMaker
Appends specified element bound to the end of bounds list.
alignJavadocExceptionDescriptions() - Method in class org.netbeans.api.java.source.CodeStyle
 
alignJavadocParameterDescriptions() - Method in class org.netbeans.api.java.source.CodeStyle
 
alignJavadocReturnDescription() - Method in class org.netbeans.api.java.source.CodeStyle
 
alignMultilineAnnotationArgs() - Method in class org.netbeans.api.java.source.CodeStyle
 
alignMultilineArrayInit() - Method in class org.netbeans.api.java.source.CodeStyle
 
alignMultilineAssignment() - Method in class org.netbeans.api.java.source.CodeStyle
 
alignMultilineBinaryOp() - Method in class org.netbeans.api.java.source.CodeStyle
 
alignMultilineCallArgs() - Method in class org.netbeans.api.java.source.CodeStyle
 
alignMultilineDisjunctiveCatchTypes() - Method in class org.netbeans.api.java.source.CodeStyle
 
alignMultilineExports() - Method in class org.netbeans.api.java.source.CodeStyle
 
alignMultilineFor() - Method in class org.netbeans.api.java.source.CodeStyle
 
alignMultilineImplements() - Method in class org.netbeans.api.java.source.CodeStyle
 
alignMultilineLambdaParams() - Method in class org.netbeans.api.java.source.CodeStyle
 
alignMultilineMethodParams() - Method in class org.netbeans.api.java.source.CodeStyle
 
alignMultilineOpens() - Method in class org.netbeans.api.java.source.CodeStyle
 
alignMultilineParenthesized() - Method in class org.netbeans.api.java.source.CodeStyle
 
alignMultilineProvides() - Method in class org.netbeans.api.java.source.CodeStyle
 
alignMultilineTernaryOp() - Method in class org.netbeans.api.java.source.CodeStyle
 
alignMultilineThrows() - Method in class org.netbeans.api.java.source.CodeStyle
 
alignMultilineTryResources() - Method in class org.netbeans.api.java.source.CodeStyle
 
alreadyDefinedIn(CharSequence, ExecutableType, TypeElement) - Method in class org.netbeans.api.java.source.ElementUtilities
Returns true if a method specified by name and type is defined in a class type.
Annotation(Tree, List<? extends ExpressionTree>) - Method in class org.netbeans.api.java.source.TreeMaker
Creates a new AnnotationTree.
AnnotationType(ModifiersTree, CharSequence, List<? extends Tree>) - Method in class org.netbeans.api.java.source.TreeMaker
Creates a new ClassTree representing annotation type.
appendToAnnotationValue(ModifiersTree, TypeElement, String, ExpressionTree...) - Method in class org.netbeans.api.java.source.GeneratorUtilities
Ensures that the given modifiers contains annotation of the given type, which has attribute name attributeName, which contains values attributeValuesToAdd.
appendToAnnotationValue(CompilationUnitTree, TypeElement, String, ExpressionTree...) - Method in class org.netbeans.api.java.source.GeneratorUtilities
Ensures that the given compilationUnit contains annotation of the given type, which has attribute name attributeName, which contains values attributeValuesToAdd.
ArrayAccess(ExpressionTree, ExpressionTree) - Method in class org.netbeans.api.java.source.TreeMaker
Creates a new ArrayAccessTree.
ArrayType(Tree) - Method in class org.netbeans.api.java.source.TreeMaker
Creates a new ArrayTypeTree.
artifactsUpdated(Iterable<File>) - Method in interface org.netbeans.api.java.source.BuildArtifactMapper.ArtifactsUpdated
Notify that the files in the output directory has been updated.
asNew(T) - Method in class org.netbeans.api.java.source.TreeMaker
Marks the tree as new.
asRemoved(T) - Method in class org.netbeans.api.java.source.TreeMaker
Marks the tree as removed.
asReplacementOf(T, Tree) - Method in class org.netbeans.api.java.source.TreeMaker
Marks a tree as a replacement of some old one.
asReplacementOf(T, Tree, boolean) - Method in class org.netbeans.api.java.source.TreeMaker
Marks a tree as a replacement of some old one.
Assert(ExpressionTree, ExpressionTree) - Method in class org.netbeans.api.java.source.TreeMaker
Creates a new AssertTree.
Assignment(ExpressionTree, ExpressionTree) - Method in class org.netbeans.api.java.source.TreeMaker
Creates a new AssignmentTree.
Attribute(CharSequence, AttributeTree.ValueKind, List<? extends DocTree>) - Method in class org.netbeans.api.java.source.TreeMaker
Creates the DocTree's HTML AttributeTree.
attributeTree(Tree, Scope) - Method in class org.netbeans.api.java.source.TreeUtilities
Attribute the given tree in the given context.
attributeTreeTo(Tree, Scope, Tree) - Method in class org.netbeans.api.java.source.TreeUtilities
Attribute the given tree until the given to tree is reached.
Author(List<? extends DocTree>) - Method in class org.netbeans.api.java.source.TreeMaker
Creates the DocTree's AuthorTree.
A B C D E F G H I J K L M N O P Q R S T U V W 
Skip navigation links
org.netbeans.modules.java.source.base 2.37.1 4