Uses of Class
org.aspectj.org.eclipse.jdt.internal.compiler.env.AccessRuleSet
Packages that use AccessRuleSet
Package
Description
-
Uses of AccessRuleSet in org.aspectj.org.eclipse.jdt.internal.compiler.batch
Fields in org.aspectj.org.eclipse.jdt.internal.compiler.batch declared as AccessRuleSetMethods in org.aspectj.org.eclipse.jdt.internal.compiler.batch with parameters of type AccessRuleSetModifier and TypeMethodDescriptionstatic FileSystem.ClasspathFileSystem.getClasspath(String classpathName, String encoding, boolean isSourceOnly, AccessRuleSet accessRuleSet, String destinationPath, Map<String, String> options, String release) static FileSystem.ClasspathFileSystem.getClasspath(String classpathName, String encoding, int mode, AccessRuleSet accessRuleSet, String destinationPath, Map<String, String> options, String release) static FileSystem.ClasspathFileSystem.getClasspath(String classpathName, String encoding, AccessRuleSet accessRuleSet) static FileSystem.ClasspathFileSystem.getClasspath(String classpathName, String encoding, AccessRuleSet accessRuleSet, int mode, String release) static FileSystem.ClasspathFileSystem.getClasspath(String classpathName, String encoding, AccessRuleSet accessRuleSet, Map<String, String> options, String release) static FileSystem.ClasspathFileSystem.getClasspath(String classpathName, String encoding, AccessRuleSet accessRuleSet, Map options, int mode, String release) static FileSystem.ClasspathFileSystem.getJrtClasspath(String jdkHome, String encoding, AccessRuleSet accessRuleSet, Map<String, String> options) static FileSystem.ClasspathFileSystem.getOlderSystemRelease(String jdkHome, String release, AccessRuleSet accessRuleSet) Constructors in org.aspectj.org.eclipse.jdt.internal.compiler.batch with parameters of type AccessRuleSetModifierConstructorDescriptionClasspathJar(File file, boolean closeZipFileAtEnd, AccessRuleSet accessRuleSet, String destinationPath) ClasspathJep247(File jdkHome, String release, AccessRuleSet accessRuleSet) ClasspathJep247Jdk12(File jdkHome, String release, AccessRuleSet accessRuleSet) ClasspathJmod(File file, boolean closeZipFileAtEnd, AccessRuleSet accessRuleSet, String destinationPath) ClasspathJrt(File file, boolean closeZipFileAtEnd, AccessRuleSet accessRuleSet, String destinationPath) protectedClasspathLocation(AccessRuleSet accessRuleSet, String destinationPath) ClasspathMultiReleaseJar(File file, boolean closeZipFileAtEnd, AccessRuleSet accessRuleSet, String destinationPath, String compliance) ClasspathSourceJar(File file, boolean closeZipFileAtEnd, AccessRuleSet accessRuleSet, String encoding, String destinationPath) -
Uses of AccessRuleSet in org.aspectj.org.eclipse.jdt.internal.core
Methods in org.aspectj.org.eclipse.jdt.internal.core that return AccessRuleSet -
Uses of AccessRuleSet in org.aspectj.org.eclipse.jdt.internal.core.builder
Fields in org.aspectj.org.eclipse.jdt.internal.core.builder declared as AccessRuleSetMethods in org.aspectj.org.eclipse.jdt.internal.core.builder with parameters of type AccessRuleSetModifier and TypeMethodDescriptionstatic ClasspathLocationClasspathLocation.forBinaryFolder(org.eclipse.core.resources.IContainer binaryFolder, boolean isOutputFolder, AccessRuleSet accessRuleSet, org.eclipse.core.runtime.IPath externalAnnotationPath, boolean autoModule) static ClasspathJrtClasspathLocation.forJrtSystem(String jrtPath, AccessRuleSet accessRuleSet, org.eclipse.core.runtime.IPath annotationsPath, String release) static ClasspathLocationClasspathLocation.forLibrary(String libraryPathname, AccessRuleSet accessRuleSet, org.eclipse.core.runtime.IPath annotationsPath, boolean isOnModulePath, String compliance) static ClasspathLocationClasspathLocation.forLibrary(ZipFile zipFile, AccessRuleSet accessRuleSet, boolean isOnModulePath, String compliance) static ClasspathLocationClasspathLocation.forLibrary(org.eclipse.core.resources.IFile library, AccessRuleSet accessRuleSet, org.eclipse.core.runtime.IPath annotationsPath, boolean isOnModulePath, String compliance) Constructors in org.aspectj.org.eclipse.jdt.internal.core.builder with parameters of type AccessRuleSetModifierConstructorDescriptionClasspathJar(ZipFile zipFile, AccessRuleSet accessRuleSet, boolean isOnModulePath) ClasspathJrt(String zipFilename, AccessRuleSet accessRuleSet, org.eclipse.core.runtime.IPath externalAnnotationPath) ClasspathJrtWithReleaseOption(String zipFilename, AccessRuleSet accessRuleSet, org.eclipse.core.runtime.IPath externalAnnotationPath, String release) ClasspathMultiReleaseJar(ZipFile zipFile, AccessRuleSet accessRuleSet, boolean isOnModulePath, String compliance) -
Uses of AccessRuleSet in org.aspectj.org.eclipse.jdt.internal.core.search
Fields in org.aspectj.org.eclipse.jdt.internal.core.search declared as AccessRuleSetModifier and TypeFieldDescriptionstatic final AccessRuleSetJavaSearchScope.NOT_ENCLOSEDprotected AccessRuleSet[]JavaSearchScope.pathRestrictionsMethods in org.aspectj.org.eclipse.jdt.internal.core.search that return AccessRuleSetModifier and TypeMethodDescriptionabstract AccessRuleSetAbstractJavaSearchScope.getAccessRuleSet(String relativePath, String containerPath) Get access rule set corresponding to a given path.JavaSearchScope.getAccessRuleSet(String relativePath, String containerPath) JavaWorkspaceScope.getAccessRuleSet(String relativePath, String containerPath) Methods in org.aspectj.org.eclipse.jdt.internal.core.search with parameters of type AccessRuleSetModifier and TypeMethodDescriptionabstract booleanIndexQueryRequestor.acceptIndexMatch(String documentPath, SearchPattern indexRecord, SearchParticipant participant, AccessRuleSet access) booleanPathCollector.acceptIndexMatch(String documentPath, SearchPattern indexRecord, SearchParticipant participant, AccessRuleSet access)