kmy.jint.tools
Class Compiler.SourceLoader

java.lang.Object
  |
  +--kmy.jint.reflect.SourceFactory
        |
        +--kmy.jint.tools.Compiler.SourceLoader
Enclosing class:
Compiler

class Compiler.SourceLoader
extends SourceFactory


Constructor Summary
(package private) Compiler.SourceLoader()
           
 
Method Summary
 void listPackage(QualifiedIdentifier packageName, java.util.Dictionary packageList)
           
private  boolean loadCompiledClassAndSiblings(Compiler.AbstractFile cin, CompiledClass outer)
           
 boolean loadSource(QualifiedIdentifier qi, ClassConsumer classConsumer)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

Compiler.SourceLoader

Compiler.SourceLoader()
Method Detail

loadSource

public boolean loadSource(QualifiedIdentifier qi,
                          ClassConsumer classConsumer)
Overrides:
loadSource in class SourceFactory

loadCompiledClassAndSiblings

private boolean loadCompiledClassAndSiblings(Compiler.AbstractFile cin,
                                             CompiledClass outer)

listPackage

public void listPackage(QualifiedIdentifier packageName,
                        java.util.Dictionary packageList)
Overrides:
listPackage in class SourceFactory