Interface ISourceElement
- All Superinterfaces:
IElement
- All Known Subinterfaces:
ISourceConstruct, ISourceConstructImpl, ISourceConstructImplExtension, ISourceConstructImplSupport, ISourceElementExtension, ISourceElementImpl, ISourceElementImplSupport, ISourceFile, ISourceFileExtension, ISourceFileImpl, ISourceFileImplExtension, ISourceFileImplSupport
- All Known Implementing Classes:
BaseSourceFile, FsSourceFile, SourceConstruct, SourceFile, WorkspaceSourceFile
A marker interface for elements that may have associated source code.
The children of a source element are of type ISourceConstruct
and appear in declaration order.
-
Method Summary