public class ClassLoaderEnvironment
extends 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| Constructor and Description |
|---|
ClassLoaderEnvironment(ClassLoader classLoader) |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanup() |
org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer |
findType(char[][] compoundTypeName) |
org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer |
findType(char[] typeName,
char[][] packageName) |
boolean |
isPackage(char[][] parentPackageName,
char[] className) |
public ClassLoaderEnvironment(ClassLoader classLoader)
public org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer findType(char[][] compoundTypeName)
findType in interface org.eclipse.jdt.internal.compiler.env.INameEnvironmentfindType in class org.eclipse.jdt.internal.compiler.batch.FileSystempublic org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer findType(char[] typeName,
char[][] packageName)
findType in interface org.eclipse.jdt.internal.compiler.env.INameEnvironmentfindType in class org.eclipse.jdt.internal.compiler.batch.FileSystempublic boolean isPackage(char[][] parentPackageName,
char[] className)
isPackage in interface org.eclipse.jdt.internal.compiler.env.INameEnvironmentisPackage in class org.eclipse.jdt.internal.compiler.batch.FileSystempublic void cleanup()
cleanup in interface org.eclipse.jdt.internal.compiler.env.INameEnvironmentcleanup in class org.eclipse.jdt.internal.compiler.batch.FileSystemCopyright © 2017 Bonitasoft S.A.. All rights reserved.