com.ibm.wala.cast.java.translator.jdt
Class JDTSourceLoaderImpl

java.lang.Object
  extended by com.ibm.wala.classLoader.ClassLoaderImpl
      extended by com.ibm.wala.cast.java.loader.JavaSourceLoaderImpl
          extended by com.ibm.wala.cast.java.translator.jdt.JDTSourceLoaderImpl
All Implemented Interfaces:
IClassLoader

public class JDTSourceLoaderImpl
extends JavaSourceLoaderImpl


Nested Class Summary
 
Nested classes/interfaces inherited from class com.ibm.wala.cast.java.loader.JavaSourceLoaderImpl
JavaSourceLoaderImpl.ConcreteJavaMethod, JavaSourceLoaderImpl.InstructionFactory, JavaSourceLoaderImpl.JavaClass
 
Field Summary
 
Fields inherited from class com.ibm.wala.cast.java.loader.JavaSourceLoaderImpl
fTypeMap
 
Fields inherited from class com.ibm.wala.classLoader.ClassLoaderImpl
cha, loadedClasses
 
Constructor Summary
JDTSourceLoaderImpl(ClassLoaderReference loaderRef, IClassLoader parent, SetOfClasses exclusions, IClassHierarchy cha)
           
 
Method Summary
protected  SourceModuleTranslator getTranslator()
           
 
Methods inherited from class com.ibm.wala.cast.java.loader.JavaSourceLoaderImpl
defineAbstractFunction, defineField, defineFunction, defineType, getClassHierarchy, getInstructionFactory, init, loadAllSources, mapToInt, toString
 
Methods inherited from class com.ibm.wala.classLoader.ClassLoaderImpl
getLanguage, getName, getNumberOfClasses, getNumberOfMethods, getParent, getReference, getSource, getSource, getSourceFileName, getSourceFileName, iterateAllClasses, lookupClass, removeAll
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JDTSourceLoaderImpl

public JDTSourceLoaderImpl(ClassLoaderReference loaderRef,
                           IClassLoader parent,
                           SetOfClasses exclusions,
                           IClassHierarchy cha)
                    throws java.io.IOException
Throws:
java.io.IOException
Method Detail

getTranslator

protected SourceModuleTranslator getTranslator()
Specified by:
getTranslator in class JavaSourceLoaderImpl