Uses of Interface
org.aspectj.org.eclipse.jdt.internal.compiler.env.ISourceType
Packages that use ISourceType
Package
Description
-
Uses of ISourceType in org.aspectj.org.eclipse.jdt.internal.codeassist
Methods in org.aspectj.org.eclipse.jdt.internal.codeassist with parameters of type ISourceTypeModifier and TypeMethodDescriptionvoidSelectionEngine.accept(ISourceType[] sourceTypes, PackageBinding packageBinding, AccessRestriction accessRestriction) -
Uses of ISourceType in org.aspectj.org.eclipse.jdt.internal.codeassist.impl
Methods in org.aspectj.org.eclipse.jdt.internal.codeassist.impl with parameters of type ISourceTypeModifier and TypeMethodDescriptionvoidEngine.accept(ISourceType[] sourceTypes, PackageBinding packageBinding, AccessRestriction accessRestriction) Add additional source types (the first one is the requested type, the rest is formed by the secondary types defined in the same compilation unit). -
Uses of ISourceType in org.aspectj.org.eclipse.jdt.internal.compiler
Methods in org.aspectj.org.eclipse.jdt.internal.compiler with parameters of type ISourceTypeModifier and TypeMethodDescriptionvoidCompiler.accept(ISourceType[] sourceTypes, PackageBinding packageBinding, AccessRestriction accessRestriction) Add additional source types -
Uses of ISourceType in org.aspectj.org.eclipse.jdt.internal.compiler.env
Methods in org.aspectj.org.eclipse.jdt.internal.compiler.env that return ISourceTypeModifier and TypeMethodDescriptionISourceType.getEnclosingType()Answer the enclosing type or null if the receiver is a top level type.ISourceType.getMemberTypes()Answer the receiver's member types.NameEnvironmentAnswer.getSourceTypes()Answer the unresolved source forms for the type or null if the receiver represents a compilation unit or binary type.Constructors in org.aspectj.org.eclipse.jdt.internal.compiler.env with parameters of type ISourceTypeModifierConstructorDescriptionNameEnvironmentAnswer(ISourceType[] sourceTypes, AccessRestriction accessRestriction, String externalAnnotationPath, char[] module) -
Uses of ISourceType in org.aspectj.org.eclipse.jdt.internal.compiler.impl
Methods in org.aspectj.org.eclipse.jdt.internal.compiler.impl with parameters of type ISourceTypeModifier and TypeMethodDescriptionvoidITypeRequestor.accept(ISourceType[] sourceType, PackageBinding packageBinding, AccessRestriction accessRestriction) Accept the unresolved source forms for the requested type. -
Uses of ISourceType in org.aspectj.org.eclipse.jdt.internal.compiler.parser
Methods in org.aspectj.org.eclipse.jdt.internal.compiler.parser with parameters of type ISourceTypeModifier and TypeMethodDescriptionstatic CompilationUnitDeclarationSourceTypeConverter.buildCompilationUnit(ISourceType[] sourceTypes, int flags, ProblemReporter problemReporter, CompilationResult compilationResult) -
Uses of ISourceType in org.aspectj.org.eclipse.jdt.internal.core
Classes in org.aspectj.org.eclipse.jdt.internal.core that implement ISourceTypeModifier and TypeClassDescriptionclassElement info for an IType element that originated from source.Methods in org.aspectj.org.eclipse.jdt.internal.core that return ISourceTypeModifier and TypeMethodDescriptionSourceTypeElementInfo.getEnclosingType()Returns the ISourceType that is the enclosing type for this type, ornullif this type is a top level type.SourceTypeElementInfo.getMemberTypes()Methods in org.aspectj.org.eclipse.jdt.internal.core with parameters of type ISourceTypeModifier and TypeMethodDescriptionvoidCompilationUnitProblemFinder.accept(ISourceType[] sourceTypes, PackageBinding packageBinding, AccessRestriction accessRestriction) Add additional source types -
Uses of ISourceType in org.aspectj.org.eclipse.jdt.internal.core.hierarchy
Methods in org.aspectj.org.eclipse.jdt.internal.core.hierarchy with parameters of type ISourceTypeModifier and TypeMethodDescriptionvoidHierarchyResolver.accept(ISourceType[] sourceTypes, PackageBinding packageBinding, AccessRestriction accessRestriction) Add additional source types -
Uses of ISourceType in org.aspectj.org.eclipse.jdt.internal.core.search.indexing
Methods in org.aspectj.org.eclipse.jdt.internal.core.search.indexing with parameters of type ISourceTypeModifier and TypeMethodDescriptionvoidSourceIndexer.accept(ISourceType[] sourceTypes, PackageBinding packageBinding, AccessRestriction accessRestriction) -
Uses of ISourceType in org.aspectj.org.eclipse.jdt.internal.core.search.matching
Methods in org.aspectj.org.eclipse.jdt.internal.core.search.matching with parameters of type ISourceTypeModifier and TypeMethodDescriptionvoidMatchLocator.accept(ISourceType[] sourceTypes, PackageBinding packageBinding, AccessRestriction accessRestriction) Add additional source types