Uses of Interface
com.sun.source.tree.Scope
-
Packages that use Scope 软件包 描述 com.sun.source.tree 提供用于将源代码表示为抽象语法树(AST)的接口。com.sun.source.util 为抽象语法树(AST)的操作提供实用程序。 -
-
Uses of Scope in com.sun.source.tree
Methods in com.sun.source.tree that return Scope Modifier and Type 方法 描述 Scope
Scope. getEnclosingScope()
返回包围范围。 -
Uses of Scope in com.sun.source.util
Methods in com.sun.source.util that return Scope Modifier and Type 方法 描述 abstract Scope
Trees. getScope(TreePath path)
返回给定TreePath标识的Tree节点的范围。Methods in com.sun.source.util with parameters of type Scope Modifier and Type 方法 描述 abstract boolean
Trees. isAccessible(Scope scope, Element member, DeclaredType type)
检查给定元素是否可以作为给定范围内给定类型的成员访问。abstract boolean
Trees. isAccessible(Scope scope, TypeElement type)
检查给定范围内是否可访问给定类型。
-