Package jetbrains.mps.compiler
Class JDKFileSystem
- java.lang.Object
 - 
- org.eclipse.jdt.internal.compiler.batch.FileSystem
 - 
- jetbrains.mps.compiler.JDKFileSystem
 
 
 
- 
- All Implemented Interfaces:
 org.eclipse.jdt.internal.compiler.env.IModuleAwareNameEnvironment,org.eclipse.jdt.internal.compiler.env.INameEnvironment,org.eclipse.jdt.internal.compiler.util.SuffixConstants
public class JDKFileSystem extends org.eclipse.jdt.internal.compiler.batch.FileSystem 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from class org.eclipse.jdt.internal.compiler.batch.FileSystem
org.eclipse.jdt.internal.compiler.batch.FileSystem.Classpath, org.eclipse.jdt.internal.compiler.batch.FileSystem.ClasspathNormalizer, org.eclipse.jdt.internal.compiler.batch.FileSystem.ClasspathSectionProblemReporter 
 - 
 
- 
Field Summary
- 
Fields inherited from class org.eclipse.jdt.internal.compiler.batch.FileSystem
annotationsFromClasspath, classpaths, EMPTY_CLASSPATH, module, moduleLocations 
- 
Fields inherited from interface org.eclipse.jdt.internal.compiler.util.SuffixConstants
EXTENSION_class, EXTENSION_CLASS, EXTENSION_java, EXTENSION_JAVA, EXTENSION_jmod, EXTENSION_JMOD, SUFFIX_class, SUFFIX_CLASS, SUFFIX_java, SUFFIX_JAVA, SUFFIX_STRING_class, SUFFIX_STRING_CLASS, SUFFIX_STRING_java, SUFFIX_STRING_JAVA 
 - 
 
- 
Constructor Summary
Constructors Constructor Description JDKFileSystem(Collection<String> classpath, String[] initialFileNames) 
- 
Method Summary
- 
Methods inherited from class org.eclipse.jdt.internal.compiler.batch.FileSystem
applyModuleUpdates, cleanup, findType, findType, findTypeNames, getAllAutomaticModules, getClasspath, getClasspath, getClasspath, getJrtClasspath, getModule, getModuleFromEnvironment, getModulesDeclaringPackage, getOlderSystemRelease, hasCompilationUnit, listPackages, scanForModules 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
JDKFileSystem
public JDKFileSystem(Collection<String> classpath, String[] initialFileNames)
 
 - 
 
 -