Class SourceType

java.lang.Object
All Implemented Interfaces:
IAnnotatable, IJavaElement, IMember, IParent, ISourceManipulation, ISourceReference, IType, org.eclipse.core.runtime.IAdaptable
Direct Known Subclasses:
LambdaExpression, ResolvedSourceType

public class SourceType extends NamedMember implements IType
Handle for a source type. Info object is a SourceTypeElementInfo. Note: Parent is either an IClassFile, an ICompilationUnit or an IType.
See Also: