All Packages  This Package  Class Hierarchy  Class Search  Index

Inner Class edu.utah.janos.nodeos.FlowClassLoader.ClassLoaderInfo
java.lang.Object
   |
   +----edu.utah.janos.nodeos.InfoHook
           |
           +----edu.utah.janos.nodeos.FlowClassLoader.ClassLoaderInfo

  Summary

private static class  FlowClassLoader.ClassLoaderInfo
     extends edu.utah.janos.nodeos.InfoHook
{
          // Fields 1
     private final Vector pathcomps;

          // Constructors 1
     public ClassLoaderInfo(Vector);

          // Methods 1
     public String[] getInfo();
}




  Fields

· pathcomps

Summary  |  Top

   private final Vector pathcomps

This is a pointer to FlowClassLoader.pathcomps. It is *only* here so that Janos will compile with the broken JDK1.2 javac. Directly accessing the enclosing classes private static pathcomps field causes the compiler to think the private final flow field is never initialized.


  Constructors

· ClassLoaderInfo

Summary  |  Top

   public ClassLoaderInfo(Vector pathcomps) 


  Methods

· getInfo

Summary  |  Top
   public String[] getInfo() 
Overrides:
getInfo in class InfoHook


All Packages  This Package  Class Hierarchy  Class Search  Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7