Package org.cakelab.jdoxml.api
Interface IStruct
-
- All Superinterfaces:
ICompound
,IDocumentedElement
- All Known Implementing Classes:
CompoundHandler
public interface IStruct extends ICompound
The public interface to a struct in the object model.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.cakelab.jdoxml.api.ICompound
ICompound.CompoundKind
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.ListIterator<IRelatedCompound>
baseCompounds()
java.util.ListIterator<IRelatedCompound>
derivedCompounds()
int
locationBodyEndLine()
int
locationBodyStartLine()
java.lang.String
locationFile()
int
locationLine()
java.util.ListIterator<ICompound>
nestedCompounds()
-
Methods inherited from interface org.cakelab.jdoxml.api.ICompound
briefDescription, detailedDescription, id, kind, kindString, memberById, memberByName, name, sections
-
-
-
-
Method Detail
-
nestedCompounds
java.util.ListIterator<ICompound> nestedCompounds()
-
baseCompounds
java.util.ListIterator<IRelatedCompound> baseCompounds()
-
derivedCompounds
java.util.ListIterator<IRelatedCompound> derivedCompounds()
-
locationFile
java.lang.String locationFile()
-
locationLine
int locationLine()
-
locationBodyStartLine
int locationBodyStartLine()
-
locationBodyEndLine
int locationBodyEndLine()
-
-