public interface IFile extends ICompound
ICompound.CompoundKind
Modifier and Type | Method and Description |
---|---|
java.util.ListIterator<IInclude> |
includedBy() |
IGraph |
includedByDependencyGraph() |
IGraph |
includeDependencyGraph() |
java.util.ListIterator<IInclude> |
includes() |
java.util.ListIterator<ICompound> |
nestedCompounds() |
IDocProgramListing |
source() |
briefDescription, detailedDescription, id, kind, kindString, memberById, memberByName, name, sections
IGraph includeDependencyGraph()
IGraph includedByDependencyGraph()
IDocProgramListing source()
java.util.ListIterator<ICompound> nestedCompounds()
java.util.ListIterator<IInclude> includes()
java.util.ListIterator<IInclude> includedBy()