パッケージ | 説明 |
---|---|
com.sun.source.tree |
ソースコードを抽象構文ツリー (Abstract Syntax Tree、AST) として表すためのインタフェースを提供します。
|
com.sun.source.util |
抽象構文ツリー (Abstract Syntax Tree、AST) の操作のためのユーティリティーを提供します。
|
修飾子と型 | メソッドと説明 |
---|---|
List<? extends AnnotationTree> |
ModifiersTree.getAnnotations() |
List<? extends AnnotationTree> |
CompilationUnitTree.getPackageAnnotations() |
修飾子と型 | メソッドと説明 |
---|---|
R |
TreeVisitor.visitAnnotation(AnnotationTree node, P p) |
修飾子と型 | メソッドと説明 |
---|---|
R |
TreeScanner.visitAnnotation(AnnotationTree node, P p) |
R |
SimpleTreeVisitor.visitAnnotation(AnnotationTree node, P p) |
Copyright © 2005, 2013, Oracle and/or its affiliates. All rights reserved.