Uses of Interface
org.cakelab.jdoxml.api.ICompound
-
Packages that use ICompound Package Description org.cakelab.jdoxml.api org.cakelab.jdoxml.impl.compoundhandler org.cakelab.jdoxml.impl.mainhandler org.cakelab.jdoxml.impl.memberhandler -
-
Uses of ICompound in org.cakelab.jdoxml.api
Subinterfaces of ICompound in org.cakelab.jdoxml.api Modifier and Type Interface 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.Methods in org.cakelab.jdoxml.api that return ICompound Modifier and Type Method 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.Methods in org.cakelab.jdoxml.api that return types with arguments of type ICompound Modifier and Type Method 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>
IClass. nestedCompounds()
java.util.ListIterator<ICompound>
IDir. nestedCompounds()
java.util.ListIterator<ICompound>
IFile. nestedCompounds()
java.util.ListIterator<ICompound>
IGroup. nestedCompounds()
java.util.ListIterator<ICompound>
INamespace. nestedCompounds()
java.util.ListIterator<ICompound>
IStruct. nestedCompounds()
java.util.ListIterator<ICompound>
IUnion. nestedCompounds()
-
Uses of ICompound in org.cakelab.jdoxml.impl.compoundhandler
Classes in org.cakelab.jdoxml.impl.compoundhandler that implement ICompound Modifier and Type Class Description class
CompoundHandler
Methods in org.cakelab.jdoxml.impl.compoundhandler that return ICompound Modifier and Type Method Description ICompound
RelatedCompound. compound()
ICompound
CompoundHandler. toICompound()
Methods in org.cakelab.jdoxml.impl.compoundhandler that return types with arguments of type ICompound Modifier and Type Method Description java.util.ListIterator<ICompound>
CompoundHandler. nestedCompounds()
-
Uses of ICompound in org.cakelab.jdoxml.impl.mainhandler
Methods in org.cakelab.jdoxml.impl.mainhandler that return ICompound Modifier and Type Method 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()
Methods in org.cakelab.jdoxml.impl.mainhandler that return types with arguments of type ICompound Modifier and Type Method Description java.util.ListIterator<ICompound>
MainHandler. compounds()
java.util.ListIterator<ICompound>
MainHandler. memberByName(java.lang.String name)
Methods in org.cakelab.jdoxml.impl.mainhandler with parameters of type ICompound Modifier and Type Method Description void
CompoundEntryIterator. add(ICompound e)
void
CompoundEntryIterator. set(ICompound e)
-
Uses of ICompound in org.cakelab.jdoxml.impl.memberhandler
Methods in org.cakelab.jdoxml.impl.memberhandler that return ICompound Modifier and Type Method Description ICompound
MemberHandler. compound()
-