sun.reflect.generics.scope |
|
Java Source File Name | Type | Comment |
AbstractScope.java | Class | Abstract superclass for lazy scope objects, used when building
factories for generic information repositories. |
ClassScope.java | Class | This class represents the scope containing the type variables of
a class. |
ConstructorScope.java | Class | This class represents the scope containing the type variables of
a constructor. |
DummyScope.java | Class | This class is used to provide enclosing scopes for top level classes.
We cannot use null to represent such a scope, since the
enclosing scope is computed lazily, and so the field storing it is
null until it has been computed. |
MethodScope.java | Class | This class represents the scope containing the type variables of
a method. |
Scope.java | Interface | |