home *** CD-ROM | disk | FTP | other *** search
/ S283 Planetary Science &n…he Search for Life DVD 2 / DVD-ROM.iso / install / jre1_3 / lib / rt.jar / java / beans / Introspector$1.class (.txt) < prev    next >
Encoding:
Java Class File  |  1979-12-31  |  451 b   |  17 lines

  1. package java.beans;
  2.  
  3. import java.security.PrivilegedAction;
  4.  
  5. class Introspector$1 implements PrivilegedAction {
  6.    // $FF: synthetic field
  7.    private final Class val$fclz;
  8.  
  9.    Introspector$1(Class var1) {
  10.       this.val$fclz = var1;
  11.    }
  12.  
  13.    public Object run() {
  14.       return this.val$fclz.getDeclaredMethods();
  15.    }
  16. }
  17.