Class JavaElementInfo

java.lang.Object
org.aspectj.org.eclipse.jdt.internal.core.JavaElementInfo
All Implemented Interfaces:
Cloneable
Direct Known Subclasses:
AnnotatableInfo, AnnotationInfo, ImportContainerInfo, ImportDeclarationElementInfo, InitializerElementInfo, OpenableElementInfo, TypeParameterElementInfo

public class JavaElementInfo extends Object implements Cloneable
Holds cached structure and properties for a Java element. Subclassed to carry properties for specific kinds of elements.
  • Constructor Details

    • JavaElementInfo

      public JavaElementInfo()
  • Method Details