Uses of Class
org.eclipse.jdt.internal.core.JavaElementInfo

Packages that use JavaElementInfo
org.eclipse.jdt.internal.core   
 

Uses of JavaElementInfo in org.eclipse.jdt.internal.core
 

Subclasses of JavaElementInfo in org.eclipse.jdt.internal.core
 class AnnotatableInfo
           
 class AnnotationInfo
           
 class ASTHolderCUInfo
           
 class CompilationUnitElementInfo
           
 class ImportContainerInfo
           
 class ImportDeclarationElementInfo
          Element info for IImportDeclaration elements.
 class InitializerElementInfo
          Element info for IInitializer elements.
 class InitializerWithChildrenInfo
           
 class JavaModelInfo
          Implementation of IJavaModel.
 class OpenableElementInfo
          Element info for IOpenable elements.
 class SourceAnnotationMethodInfo
           
 class SourceConstructorInfo
           
 class SourceConstructorWithChildrenInfo
           
 class SourceFieldElementInfo
          Element info for IField elements.
 class SourceFieldWithChildrenInfo
           
 class SourceMethodElementInfo
          Element info for IMethod elements.
 class SourceMethodInfo
           
 class SourceMethodWithChildrenInfo
           
 class SourceTypeElementInfo
          Element info for an IType element that originated from source.
 class TypeParameterElementInfo
           
 

Methods in org.eclipse.jdt.internal.core with parameters of type JavaElementInfo
protected  void CompilationUnitStructureRequestor.acceptTypeParameter(ISourceElementRequestor.TypeParameterInfo typeParameterInfo, JavaElementInfo parentInfo)