Detector.JavaPsiScanner APIs instead@Deprecated public abstract static class JavaParser.ResolvedPackage extends JavaParser.ResolvedNode
| Constructor and Description |
|---|
ResolvedPackage()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Iterable<JavaParser.ResolvedAnnotation> |
getAnnotations()
Deprecated.
Returns any annotations defined on this node
|
abstract JavaParser.ResolvedPackage |
getParentPackage()
Deprecated.
Returns the parent package of this package, if any.
|
findAstNode, getAnnotation, getModifiers, getName, getSignature, isInPackage, toString@Nullable public abstract JavaParser.ResolvedPackage getParentPackage()
@NonNull public java.lang.Iterable<JavaParser.ResolvedAnnotation> getAnnotations()
JavaParser.ResolvedNodegetAnnotations in class JavaParser.ResolvedNode