Verwendungen von Schnittstelle
org.aspectj.org.eclipse.jdt.internal.compiler.env.IBinaryType
Packages, die IBinaryType verwenden
Package
Beschreibung
-
Verwendungen von IBinaryType in org.aspectj.ajdt.internal.compiler.lookup
Methoden in org.aspectj.ajdt.internal.compiler.lookup mit Parametern vom Typ IBinaryTypeModifizierer und TypMethodeBeschreibungAjLookupEnvironment.createBinaryTypeFrom(IBinaryType binaryType, PackageBinding packageBinding, boolean needFieldsAndMethods, AccessRestriction accessRestriction) -
Verwendungen von IBinaryType in org.aspectj.ajdt.internal.core.builder
Klassen in org.aspectj.ajdt.internal.core.builder, die IBinaryType implementierenModifizierer und TypKlasseBeschreibungclassUsed to determine if a type has structurally changed during incremental compilation.Methoden in org.aspectj.ajdt.internal.core.builder, die IBinaryType zurückgeben -
Verwendungen von IBinaryType in org.aspectj.org.eclipse.jdt.internal.codeassist.impl
Methoden in org.aspectj.org.eclipse.jdt.internal.codeassist.impl mit Parametern vom Typ IBinaryTypeModifizierer und TypMethodeBeschreibungvoidEngine.accept(IBinaryType binaryType, PackageBinding packageBinding, AccessRestriction accessRestriction) Add an additional binary type -
Verwendungen von IBinaryType in org.aspectj.org.eclipse.jdt.internal.compiler
Methoden in org.aspectj.org.eclipse.jdt.internal.compiler mit Parametern vom Typ IBinaryTypeModifizierer und TypMethodeBeschreibungvoidCompiler.accept(IBinaryType binaryType, PackageBinding packageBinding, AccessRestriction accessRestriction) Add an additional binary type -
Verwendungen von IBinaryType in org.aspectj.org.eclipse.jdt.internal.compiler.batch
Methoden in org.aspectj.org.eclipse.jdt.internal.compiler.batch, die IBinaryType zurückgebenModifizierer und TypMethodeBeschreibungprotected IBinaryTypeClasspathJrt.maybeDecorateForExternalAnnotations(String qualifiedBinaryFileName, IBinaryType reader) Methoden in org.aspectj.org.eclipse.jdt.internal.compiler.batch mit Parametern vom Typ IBinaryTypeModifizierer und TypMethodeBeschreibungprotected IBinaryTypeClasspathJrt.maybeDecorateForExternalAnnotations(String qualifiedBinaryFileName, IBinaryType reader) -
Verwendungen von IBinaryType in org.aspectj.org.eclipse.jdt.internal.compiler.classfmt
Klassen in org.aspectj.org.eclipse.jdt.internal.compiler.classfmt, die IBinaryType implementierenModifizierer und TypKlasseBeschreibungclassclassA decorator forIBinaryTypethat allows external annotations to be attached.Methoden in org.aspectj.org.eclipse.jdt.internal.compiler.classfmt, die IBinaryType zurückgebenModifizierer und TypMethodeBeschreibungstatic IBinaryTypeExternalAnnotationDecorator.create(IBinaryType toDecorate, String basePath, String qualifiedBinaryTypeName, ZipFile zipFile) Possibly wrap the provided binary type in a ClassWithExternalAnnotations to which a fresh provider for external annotations is associated.Methoden in org.aspectj.org.eclipse.jdt.internal.compiler.classfmt mit Parametern vom Typ IBinaryTypeModifizierer und TypMethodeBeschreibungstatic IBinaryTypeExternalAnnotationDecorator.create(IBinaryType toDecorate, String basePath, String qualifiedBinaryTypeName, ZipFile zipFile) Possibly wrap the provided binary type in a ClassWithExternalAnnotations to which a fresh provider for external annotations is associated.Konstruktoren in org.aspectj.org.eclipse.jdt.internal.compiler.classfmt mit Parametern vom Typ IBinaryTypeModifiziererKonstruktorBeschreibungExternalAnnotationDecorator(IBinaryType toDecorate, boolean isFromSource) ExternalAnnotationDecorator(IBinaryType toDecorate, ExternalAnnotationProvider externalAnnotationProvider) -
Verwendungen von IBinaryType in org.aspectj.org.eclipse.jdt.internal.compiler.env
Methoden in org.aspectj.org.eclipse.jdt.internal.compiler.env, die IBinaryType zurückgebenModifizierer und TypMethodeBeschreibungNameEnvironmentAnswer.getBinaryType()Answer the resolved binary form for the type or null if the receiver represents a compilation unit or source type.Methoden in org.aspectj.org.eclipse.jdt.internal.compiler.env mit Parametern vom Typ IBinaryTypeModifizierer und TypMethodeBeschreibungvoidNameEnvironmentAnswer.setBinaryType(IBinaryType newType) Konstruktoren in org.aspectj.org.eclipse.jdt.internal.compiler.env mit Parametern vom Typ IBinaryTypeModifiziererKonstruktorBeschreibungNameEnvironmentAnswer(IBinaryType binaryType, AccessRestriction accessRestriction) NameEnvironmentAnswer(IBinaryType binaryType, AccessRestriction accessRestriction, char[] module) -
Verwendungen von IBinaryType in org.aspectj.org.eclipse.jdt.internal.compiler.impl
Methoden in org.aspectj.org.eclipse.jdt.internal.compiler.impl mit Parametern vom Typ IBinaryTypeModifizierer und TypMethodeBeschreibungvoidITypeRequestor.accept(IBinaryType binaryType, PackageBinding packageBinding, AccessRestriction accessRestriction) Accept the resolved binary form for the requested type. -
Verwendungen von IBinaryType in org.aspectj.org.eclipse.jdt.internal.compiler.lookup
Methoden in org.aspectj.org.eclipse.jdt.internal.compiler.lookup mit Parametern vom Typ IBinaryTypeModifizierer und TypMethodeBeschreibungLookupEnvironment.cacheBinaryType(IBinaryType binaryType, boolean needFieldsAndMethods, AccessRestriction accessRestriction) LookupEnvironment.cacheBinaryType(IBinaryType binaryType, AccessRestriction accessRestriction) LookupEnvironment.createBinaryTypeFrom(IBinaryType binaryType, PackageBinding packageBinding, boolean needFieldsAndMethods, AccessRestriction accessRestriction) LookupEnvironment.createBinaryTypeFrom(IBinaryType binaryType, PackageBinding packageBinding, AccessRestriction accessRestriction) Konstruktoren in org.aspectj.org.eclipse.jdt.internal.compiler.lookup mit Parametern vom Typ IBinaryTypeModifiziererKonstruktorBeschreibungBinaryTypeBinding(PackageBinding packageBinding, IBinaryType binaryType, LookupEnvironment environment) Standard constructor for creating binary type bindings from binary models (classfiles)BinaryTypeBinding(PackageBinding packageBinding, IBinaryType binaryType, LookupEnvironment environment, boolean needFieldsAndMethods) Standard constructor for creating binary type bindings from binary models (classfiles) -
Verwendungen von IBinaryType in org.aspectj.org.eclipse.jdt.internal.core
Methoden in org.aspectj.org.eclipse.jdt.internal.core, die IBinaryType zurückgebenModifizierer und TypMethodeBeschreibungClassFile.getBinaryTypeInfo()Returns theClassFileReaderspecific for this IClassFile, based on its underlying resource, ornullif unable to create the diet class file.Methoden in org.aspectj.org.eclipse.jdt.internal.core mit Parametern vom Typ IBinaryTypeModifizierer und TypMethodeBeschreibungchar[]SourceMapper.findSource(IType type, IBinaryType info) Locates and returns source code for the given (binary) type, in this SourceMapper's ZIP file, or returnsnullif source code cannot be found.BinaryType.getSourceFileName(IBinaryType info) voidSourceMapper.mapSource(NamedMember typeOrModule, char[] contents, IBinaryType info) Maps the given source code to the given binary type or module and its children.SourceMapper.mapSource(NamedMember typeOrModule, char[] contents, IBinaryType info, IJavaElement elementToFind) Maps the given source code to the given binary type and its children.BinaryType.sourceFileName(IBinaryType info) -
Verwendungen von IBinaryType in org.aspectj.org.eclipse.jdt.internal.core.builder
Methoden in org.aspectj.org.eclipse.jdt.internal.core.builder, die IBinaryType zurückgebenModifizierer und TypMethodeBeschreibungprotected IBinaryTypeClasspathDirectory.decorateWithExternalAnnotations(IBinaryType reader, String fileNameWithoutExtension) protected IBinaryTypeClasspathJar.decorateWithExternalAnnotations(IBinaryType reader, String fileNameWithoutExtension) protected IBinaryTypeClasspathLocation.decorateWithExternalAnnotations(IBinaryType reader, String fileNameWithoutExtension) Search within this classpath location for an .eea file describing the given binary type.Methoden in org.aspectj.org.eclipse.jdt.internal.core.builder mit Parametern vom Typ IBinaryTypeModifizierer und TypMethodeBeschreibungprotected NameEnvironmentAnswerClasspathLocation.createAnswer(String fileNameWithoutExtension, IBinaryType reader, char[] moduleName) protected IBinaryTypeClasspathDirectory.decorateWithExternalAnnotations(IBinaryType reader, String fileNameWithoutExtension) protected IBinaryTypeClasspathJar.decorateWithExternalAnnotations(IBinaryType reader, String fileNameWithoutExtension) protected IBinaryTypeClasspathLocation.decorateWithExternalAnnotations(IBinaryType reader, String fileNameWithoutExtension) Search within this classpath location for an .eea file describing the given binary type. -
Verwendungen von IBinaryType in org.aspectj.org.eclipse.jdt.internal.core.hierarchy
Klassen in org.aspectj.org.eclipse.jdt.internal.core.hierarchy, die IBinaryType implementierenMethoden in org.aspectj.org.eclipse.jdt.internal.core.hierarchy, die IBinaryType zurückgebenModifizierer und TypMethodeBeschreibungprotected IBinaryTypeHierarchyBuilder.createInfoFromClassFile(Openable handle, org.eclipse.core.resources.IResource file) Creates the type info from the given class file on disk and adds it to the given list of infos.protected IBinaryTypeIndexBasedHierarchyBuilder.createInfoFromClassFile(Openable classFile, org.eclipse.core.resources.IResource file) protected IBinaryTypeHierarchyBuilder.createInfoFromClassFileInJar(Openable classFile) Create a type info from the given class file in a jar and adds it to the given list of infos.protected IBinaryTypeIndexBasedHierarchyBuilder.createInfoFromClassFileInJar(Openable classFile) Methoden in org.aspectj.org.eclipse.jdt.internal.core.hierarchy mit Parametern vom Typ IBinaryTypeModifizierer und TypMethodeBeschreibungvoidHierarchyResolver.accept(IBinaryType binaryType, PackageBinding packageBinding, AccessRestriction accessRestriction) Add an additional binary typeprotected ITypeHierarchyBuilder.lookupBinaryHandle(IBinaryType typeInfo) Looks up and returns a handle for the given binary info. -
Verwendungen von IBinaryType in org.aspectj.org.eclipse.jdt.internal.core.nd.java.model
Methoden in org.aspectj.org.eclipse.jdt.internal.core.nd.java.model, die IBinaryType zurückgebenModifizierer und TypMethodeBeschreibungstatic IBinaryTypeBinaryTypeFactory.create(IOrdinaryClassFile classFile, org.eclipse.core.runtime.IProgressMonitor monitor) static IBinaryTypeBinaryTypeFactory.readType(BinaryTypeDescriptor descriptor, org.eclipse.core.runtime.IProgressMonitor monitor) Reads the given binary type. -
Verwendungen von IBinaryType in org.aspectj.org.eclipse.jdt.internal.core.search.indexing
Methoden in org.aspectj.org.eclipse.jdt.internal.core.search.indexing mit Parametern vom Typ IBinaryTypeModifizierer und TypMethodeBeschreibungvoidSourceIndexer.accept(IBinaryType binaryType, PackageBinding packageBinding, AccessRestriction accessRestriction) -
Verwendungen von IBinaryType in org.aspectj.org.eclipse.jdt.internal.core.search.matching
Methoden in org.aspectj.org.eclipse.jdt.internal.core.search.matching, die IBinaryType zurückgebenModifizierer und TypMethodeBeschreibungstatic IBinaryTypeMatchLocator.classFileReader(IType type) protected IBinaryTypeMatchLocator.getBinaryInfo(ClassFile classFile, org.eclipse.core.resources.IResource resource) Methoden in org.aspectj.org.eclipse.jdt.internal.core.search.matching mit Parametern vom Typ IBinaryTypeModifizierer und TypMethodeBeschreibungvoidMatchLocator.accept(IBinaryType binaryType, PackageBinding packageBinding, AccessRestriction accessRestriction) Add an additional binary typeprotected BinaryTypeBindingMatchLocator.cacheBinaryType(IType type, IBinaryType binaryType) voidClassFileMatchLocator.locateMatches(MatchLocator locator, ClassFile classFile, IBinaryType info) Locate declaration in the current class file.protected voidMatchLocator.reportBinaryMemberDeclaration(org.eclipse.core.resources.IResource resource, IMember binaryMember, Binding binaryMemberBinding, IBinaryType info, int accuracy) -
Verwendungen von IBinaryType in org.aspectj.org.eclipse.jdt.internal.eval
Klassen in org.aspectj.org.eclipse.jdt.internal.eval, die IBinaryType implementierenModifizierer und TypKlasseBeschreibungclassThe skeleton of the class 'org.eclipse.jdt.internal.eval.target.CodeSnippet' used at compile time.