Package | Description |
---|---|
org.cakelab.jdoxml.api | |
org.cakelab.jdoxml.impl.compoundhandler | |
org.cakelab.jdoxml.impl.mainhandler | |
org.cakelab.jdoxml.impl.memberhandler |
Modifier and Type | Interface and Description |
---|---|
interface |
IClass
The public interface to a class in the object model.
|
interface |
IDir
\brief public interface to a directory in the object model.
|
interface |
IException
The public interface to a Java/IDL exception in the object model.
|
interface |
IFile
The public interface to a file in the object model.
|
interface |
IGroup
The public interface to a group in the object model.
|
interface |
IInterface
The public interface to a Java/IDL public interface in the object model.
|
interface |
INamespace
The public interface to a namespace in the object model.
|
interface |
IPage
The public interface to a page in the object model.
|
interface |
IStruct
The public interface to a struct in the object model.
|
interface |
IUnion
The public interface to a union in the object model.
|
Modifier and Type | Method and Description |
---|---|
ICompound |
IMember.compound() |
ICompound |
IRelatedCompound.compound() |
ICompound |
IDoxygen.compoundById(java.lang.String id)
Returns a compound given its unique \a id.
|
ICompound |
IDoxygen.compoundByName(java.lang.String name)
Returns a compound given its name (including the scope).
|
ICompound |
IDoxygen.memberById(java.lang.String id)
Returns an public interface to a compound containing a member given it the
member's id.
|
Modifier and Type | Method and Description |
---|---|
java.util.ListIterator<ICompound> |
IDoxygen.compounds()
Returns an iterator that can be used to iterate over the list
of compounds found in the project.
|
java.util.ListIterator<ICompound> |
IDoxygen.memberByName(java.lang.String name)
Returns a list of all compounds containing at least one members
with a certain name.
|
java.util.ListIterator<ICompound> |
IStruct.nestedCompounds() |
java.util.ListIterator<ICompound> |
IClass.nestedCompounds() |
java.util.ListIterator<ICompound> |
IDir.nestedCompounds() |
java.util.ListIterator<ICompound> |
INamespace.nestedCompounds() |
java.util.ListIterator<ICompound> |
IGroup.nestedCompounds() |
java.util.ListIterator<ICompound> |
IUnion.nestedCompounds() |
java.util.ListIterator<ICompound> |
IFile.nestedCompounds() |
Modifier and Type | Class and Description |
---|---|
class |
CompoundHandler |
Modifier and Type | Method and Description |
---|---|
ICompound |
RelatedCompound.compound() |
ICompound |
CompoundHandler.toICompound() |
Modifier and Type | Method and Description |
---|---|
java.util.ListIterator<ICompound> |
CompoundHandler.nestedCompounds() |
Modifier and Type | Method and Description |
---|---|
ICompound |
MainHandler.compoundById(java.lang.String id) |
ICompound |
MainHandler.compoundByName(java.lang.String name) |
ICompound |
CompoundEntryIterator.current() |
ICompound |
MainHandler.memberById(java.lang.String id) |
ICompound |
CompoundEntryIterator.next() |
ICompound |
CompoundEntryIterator.previous() |
Modifier and Type | Method and Description |
---|---|
java.util.ListIterator<ICompound> |
MainHandler.compounds() |
java.util.ListIterator<ICompound> |
MainHandler.memberByName(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
void |
CompoundEntryIterator.add(ICompound e) |
void |
CompoundEntryIterator.set(ICompound e) |
Modifier and Type | Method and Description |
---|---|
ICompound |
MemberHandler.compound() |