public interface ISection
Modifier and Type | Interface and Description |
---|---|
static class |
ISection.SectionKind
Possible section types
|
Modifier and Type | Method and Description |
---|---|
IDocRoot |
description()
Returns the description attached to this section (for user defined
sections, also known as member groups).
|
boolean |
isPrivate()
Returns \c true if this section belongs to a
private section of a class
|
boolean |
isProtected()
Returns \c true if this section belongs to a
protected section of a class
|
boolean |
isPublic()
Returns \c true if this section belongs to a
public section of a class
|
boolean |
isStatic()
Returns \c true if this section contains statics
|
ISection.SectionKind |
kind()
Returns what kind of section this is
|
java.lang.String |
kindString()
Returns a string representation of the value returned by kind()
|
java.util.ListIterator<IMember> |
members()
Returns an iterator for the members of this section
|
java.lang.String kindString()
ISection.SectionKind kind()
IDocRoot description()
java.util.ListIterator<IMember> members()
boolean isStatic()
boolean isPublic()
boolean isPrivate()
boolean isProtected()