All Known Implementing Classes:
JavacScope
A Scope does not itself contain the details of the elements corresponding to the parameters, methods and fields of the methods and classes containing its position. However, these elements can be determined from the enclosing elements.
Scopes may be contained in an enclosing scope. The outermost scope contains those elements available via "star import" declarations; the scope within that contains the top level elements of the compilation unit, including any named imports.
1.6
- Method from com.sun.source.tree.Scope Summary: |
---|
getEnclosingClass, getEnclosingMethod, getEnclosingScope, getLocalElements |
Method from com.sun.source.tree.Scope Detail: |
---|
|
|
|
|