Access | Constructor and Description |
---|---|
private |
Modifier and Type | Method and Description |
---|---|
protected Scope | Returns: the enclosing scopeImplements abstract sun. Overrides the abstract method in the superclass. |
private Class | |
public static ConstructorScope | Returns: The type-variable scope for the constructor m- A Constructor whose scope we want to obtain c)Factory method. |
ConstructorScope | back to summary |
---|---|
private ConstructorScope(Constructor<?> c) |
computeEnclosingScope | back to summary |
---|---|
protected Scope computeEnclosingScope() Implements abstract sun. Overrides the abstract method in the superclass.
|
getEnclosingClass | back to summary |
---|---|
private Class |
make | back to summary |
---|---|
public static ConstructorScope make(Constructor<?> c) Factory method. Takes a
|