public class MemberHandler extends BaseHandler<MemberHandler> implements IDefine, IProperty, IVariable, ITypedef, IFunction, ISignal, IPrototype, IFriend, IDCOP, ISlot, IEnum, IEnumValue
IMember.MemberKind
elementMapper, m_curString, m_delegateHandler, m_fallBackHandler, m_skipCount, m_skipUntil, s_theLocator
Constructor and Description |
---|
MemberHandler(IBaseHandler parent) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
argsstring() |
int |
bodyEnd() |
java.lang.String |
bodyFile() |
int |
bodyStart() |
IDocRoot |
briefDescription()
provides the brief description for this element.
|
ICompound |
compound() |
java.lang.String |
definition() |
java.lang.String |
definitionFile() |
int |
definitionLine() |
IDocRoot |
detailedDescription()
provides the detailed description for this element.
|
void |
endArgsString() |
void |
endDefinition() |
void |
endMember() |
void |
endName() |
void |
endRead() |
void |
endReferencedBy() |
void |
endReferences() |
void |
endReimplementedBy() |
void |
endReimplements() |
void |
endTemplateParamList() |
void |
endWrite() |
java.util.ListIterator<IMember> |
enumValues() |
java.util.ListIterator<ILinkedText> |
exceptions() |
java.lang.String |
id() |
IDocRoot |
inbodyDescription() |
void |
initialize(MainHandler mh) |
java.util.ListIterator<ILinkedText> |
initializer() |
boolean |
isConst() |
boolean |
isExplicit() |
boolean |
isInline() |
boolean |
isMutable() |
boolean |
isReadable() |
boolean |
isStatic() |
boolean |
isVolatile() |
boolean |
isWritable() |
IMember.MemberKind |
kind() |
java.lang.String |
kindString() |
static void |
memberhandler_exit() |
static void |
memberhandler_init() |
java.lang.String |
name() |
java.util.ListIterator<IParam> |
parameters() |
java.lang.String |
protection() |
java.lang.String |
readAccessor() |
java.util.ListIterator<IMemberReference> |
referencedBy() |
java.util.ListIterator<IMemberReference> |
references() |
java.util.ListIterator<IMemberReference> |
reimplementedBy() |
IMemberReference |
reimplements() |
ISection |
section() |
void |
setCompoundHandler(CompoundHandler c) |
void |
setSectionHandler(SectionHandler c) |
void |
startArgsString(org.xml.sax.Attributes attrib) |
void |
startBriefDesc(org.xml.sax.Attributes attrib) |
void |
startDefinition(org.xml.sax.Attributes attrib) |
void |
startDetailedDesc(org.xml.sax.Attributes attrib) |
void |
startEnumValue(org.xml.sax.Attributes attrib) |
void |
startEnumValue2(org.xml.sax.Attributes attrib) |
void |
startException(org.xml.sax.Attributes attrib) |
void |
startInbodyDesc(org.xml.sax.Attributes attrib) |
void |
startInitializer(org.xml.sax.Attributes attrib) |
void |
startLocation(org.xml.sax.Attributes attrib) |
void |
startMember(org.xml.sax.Attributes attrib) |
void |
startName(org.xml.sax.Attributes attrib) |
void |
startParam(org.xml.sax.Attributes attrib) |
void |
startRead(org.xml.sax.Attributes attrib) |
void |
startReferencedBy(org.xml.sax.Attributes attrib) |
void |
startReferences(org.xml.sax.Attributes attrib) |
void |
startReimplementedBy(org.xml.sax.Attributes attrib) |
void |
startReimplements(org.xml.sax.Attributes attrib) |
void |
startTemplateParamList(org.xml.sax.Attributes attrib) |
void |
startType(org.xml.sax.Attributes attrib) |
void |
startWrite(org.xml.sax.Attributes attrib) |
java.util.ListIterator<IParam> |
templateParameters() |
java.util.ListIterator<ILinkedText> |
type() |
java.lang.String |
typeString() |
java.lang.String |
virtualness() |
java.lang.String |
writeAccessor() |
addEndHandler, addEndHandler, addStartHandler, addStartHandler, characters, delegate, endElement, fallBackHandler, setDelegate, setDocumentLocator, setFallBackHandler, skippedEntity, startDocument, startElement
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, startPrefixMapping, unparsedEntityDecl, warning
public MemberHandler(IBaseHandler parent)
public static void memberhandler_init()
public static void memberhandler_exit()
public void startMember(org.xml.sax.Attributes attrib)
public void startEnumValue(org.xml.sax.Attributes attrib)
public void startEnumValue2(org.xml.sax.Attributes attrib)
public void startBriefDesc(org.xml.sax.Attributes attrib)
public void startDetailedDesc(org.xml.sax.Attributes attrib)
public void startInbodyDesc(org.xml.sax.Attributes attrib)
public void startLocation(org.xml.sax.Attributes attrib)
public void startReferences(org.xml.sax.Attributes attrib)
public void endReferences()
public void startReferencedBy(org.xml.sax.Attributes attrib)
public void endReferencedBy()
public void startReimplements(org.xml.sax.Attributes attrib)
public void endReimplements()
public void startReimplementedBy(org.xml.sax.Attributes attrib)
public void endReimplementedBy()
public void endMember()
public void startType(org.xml.sax.Attributes attrib)
public void startInitializer(org.xml.sax.Attributes attrib)
public void startException(org.xml.sax.Attributes attrib)
public void startName(org.xml.sax.Attributes attrib)
public void endName()
public void startRead(org.xml.sax.Attributes attrib)
public void endRead()
public void startWrite(org.xml.sax.Attributes attrib)
public void endWrite()
public void startDefinition(org.xml.sax.Attributes attrib)
public void endDefinition()
public void startArgsString(org.xml.sax.Attributes attrib)
public void endArgsString()
public void startParam(org.xml.sax.Attributes attrib)
public void startTemplateParamList(org.xml.sax.Attributes attrib)
public void endTemplateParamList()
public void initialize(MainHandler mh)
public void setCompoundHandler(CompoundHandler c)
public void setSectionHandler(SectionHandler c)
public java.util.ListIterator<IMember> enumValues()
enumValues
in interface IEnum
public java.util.ListIterator<ILinkedText> type()
public java.lang.String typeString()
typeString
in interface IMember
public java.util.ListIterator<IParam> parameters()
parameters
in interface IMember
public java.util.ListIterator<IParam> templateParameters()
templateParameters
in interface IMember
public java.util.ListIterator<IMemberReference> references()
references
in interface IMember
public java.util.ListIterator<IMemberReference> referencedBy()
referencedBy
in interface IMember
public java.util.ListIterator<ILinkedText> initializer()
initializer
in interface IMember
public java.util.ListIterator<ILinkedText> exceptions()
exceptions
in interface IMember
public java.util.ListIterator<IMemberReference> reimplementedBy()
reimplementedBy
in interface IMember
public IDocRoot briefDescription()
IDocumentedElement
briefDescription
in interface IDocumentedElement
briefDescription
in interface IMember
public IDocRoot detailedDescription()
IDocumentedElement
detailedDescription
in interface IDocumentedElement
detailedDescription
in interface IMember
public IDocRoot inbodyDescription()
inbodyDescription
in interface IMember
public IMember.MemberKind kind()
public java.lang.String kindString()
kindString
in interface IMember
public java.lang.String protection()
protection
in interface IMember
public java.lang.String virtualness()
virtualness
in interface IMember
public java.lang.String name()
name
in interface IEnumValue
name
in interface IMember
public java.lang.String readAccessor()
readAccessor
in interface IMember
public java.lang.String writeAccessor()
writeAccessor
in interface IMember
public java.lang.String definition()
definition
in interface IMember
public java.lang.String argsstring()
argsstring
in interface IMember
public boolean isVolatile()
isVolatile
in interface IMember
public boolean isExplicit()
isExplicit
in interface IMember
public boolean isReadable()
isReadable
in interface IMember
public boolean isWritable()
isWritable
in interface IMember
public java.lang.String definitionFile()
definitionFile
in interface IMember
public int definitionLine()
definitionLine
in interface IMember
public IMemberReference reimplements()
reimplements
in interface IMember