| org.netbeans.api.java.source.CommentCollector.collect(TokenSequence, CompilationInfo)
|
| org.netbeans.api.java.source.CommentCollector.collect(WorkingCopy)
|
| org.netbeans.api.java.source.UiUtils.getDeclarationIcon(Element)
|
| org.netbeans.api.java.source.CodeStyle.getDefault(Project)
|
| org.netbeans.api.java.source.UiUtils.getDistance(String, String)
|
| org.netbeans.api.java.source.UiUtils.getElementIcon(ElementKind, Collection)
|
| org.netbeans.api.java.source.SourceUtils.getEnclosingTypeElement(Element)
|
| org.netbeans.api.java.source.SourceUtils.getFile(Element, ClasspathInfo)
|
| org.netbeans.api.java.source.UiUtils.getHeader(Element, CompilationInfo, String)
|
| org.netbeans.api.java.source.UiUtils.getHeader(TreePath, CompilationInfo, String)
|
| org.netbeans.api.java.source.CommentCollector.getInstance()
|
org.netbeans.api.java.source.CompilationInfo.getJavaSource()
Works only when the CompilationInfo was created by JavaSource using
the compatibility bridge, when the CompilationInfo was created by the parsing api
it returns null. Use CompilationInfo.getSnapshot() instead.
|
| org.netbeans.api.java.source.CompilationInfo.getPositionConverter()
as of 0.42, this is superseded by Parsing API.
|
| org.netbeans.api.java.source.TreeUtilities.isAccessible(Scope, Element, TypeMirror)
|
| org.netbeans.api.java.source.TreeUtilities.isAnnotation(ClassTree)
since 0.67, Tree.getKind() == Kind.ANNOTATION_TYPE should be used instead.
|
| org.netbeans.api.java.source.TreeUtilities.isClass(ClassTree)
since 0.67, Tree.getKind() == Kind.CLASS should be used instead.
|
| org.netbeans.api.java.source.TreeUtilities.isEnum(ClassTree)
since 0.67, Tree.getKind() == Kind.ENUM should be used instead.
|
| org.netbeans.api.java.source.TreeUtilities.isInterface(ClassTree)
since 0.67, Tree.getKind() == Kind.INTERFACE should be used instead.
|
org.netbeans.api.java.source.TreeMaker.Method(ExecutableElement, BlockTree)
this method produces different output than usually expected -
use one of the other "Method" methods in this class or GeneratorUtilities.
|
| org.netbeans.api.java.source.UiUtils.open(ClasspathInfo, Element)
|
| org.netbeans.api.java.source.UiUtils.open(FileObject, ElementHandle extends Element>)
|
| org.netbeans.api.java.source.UiUtils.open(FileObject, int) |
| org.netbeans.api.java.source.SourceUtils.waitScanFinished()
|