repository.grepcode.com$java$root@jdk$openjdk@6-b14
repository.grepcode.com$java$root@jdk$openjdk@6-b14@sun$reflect$generics$scope$ConstructorScope.java
file
oh
o
[]
package sun.reflect.generics.scope;
This class represents the scope containing the type variables of
a constructor.
Overrides the abstract method in the superclass.
- Returns:
- the enclosing scope
Factory method. Takes a
Constructor object and creates a
scope for it.
- Parameters:
m - A Constructor whose scope we want to obtain- Returns:
- The type-variable scope for the constructor m