Uses of Interface
org.eclipse.jdt.internal.compiler.apt.model.IElementInfo

Packages that use IElementInfo
org.eclipse.jdt.internal.compiler.apt.model   
 

Uses of IElementInfo in org.eclipse.jdt.internal.compiler.apt.model
 

Classes in org.eclipse.jdt.internal.compiler.apt.model that implement IElementInfo
 class ElementImpl
          Element represents any defined Java language element - a package, a method, a class or interface.
 class ErrorTypeElement
          Element corresponding to the Error type mirror
 class ExecutableElementImpl
           
 class PackageElementImpl
          Implementation of PackageElement, which represents a package
 class TypeElementImpl
           
 class TypeParameterElementImpl
           
 class VariableElementImpl
          Implementation of VariableElement, which represents a a field, enum constant, method or constructor parameter, local variable, or exception parameter.
 



Copyright © 2012. All Rights Reserved.