|
mjc | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use MjExtMethodsDoc | |
| org.multijava.mjdoc.mjdoc_142 | The mjdoc tool documents java programs that contain MultiJava (MJ) extensions to the Java progamming language; it produces html pages very similar to those produced by the javadoc tool. |
| Uses of MjExtMethodsDoc in org.multijava.mjdoc.mjdoc_142 |
| Fields in org.multijava.mjdoc.mjdoc_142 declared as MjExtMethodsDoc | |
private MjExtMethodsDoc |
MjMethodDoc.unit
The associated MjExtMethodsDoc object if this is external. |
(package private) MjExtMethodsDoc |
MjdocEMWriter.prev
|
(package private) MjExtMethodsDoc |
MjdocEMWriter.next
|
| Methods in org.multijava.mjdoc.mjdoc_142 that return MjExtMethodsDoc | |
MjExtMethodsDoc |
MjMethodDoc.externalUnit()
Returns the compilation unit the method is declared in; applicable only to external methods. |
MjExtMethodsDoc |
MjPackageDoc.lookup(JCompilationUnitType unit)
Finds the MjExtMethodsDoc object corresponding to the given compilation unit (or creates one if none exists). |
| Methods in org.multijava.mjdoc.mjdoc_142 with parameters of type MjExtMethodsDoc | |
void |
MjMethodDoc.setExternalUnit(MjExtMethodsDoc m)
Records the compilation unit the method is declared in; applicable only to external methods. |
static void |
MjdocEMWriter.generate(com.sun.tools.doclets.standard.ConfigurationStandard configuration,
MjExtMethodsDoc methoddoc,
MjExtMethodsDoc prev,
MjExtMethodsDoc next,
ArrayList methods,
boolean nopackage)
Generate a external method compilation unit page. |
void |
MjdocEMWriter.generateExtMethodsFile(MjExtMethodsDoc top,
ArrayList methods)
Generate the file contents. |
String |
MjdocEMWriter.getEMLink(MjExtMethodsDoc cd,
String where,
String label,
boolean bold,
String color)
This is used to generate a link to the file that contains the description of a external method unit. |
(package private) static String |
MjdocEMWriter.methodFilename(MjExtMethodsDoc m,
boolean nameOnly)
This generates the filename (not the directory part) for the html file that holds the decription of the given top method. |
void |
MjPackageDoc.addExtMethodsUnit(MjExtMethodsDoc m)
Adds a Doc representing the external methods in a compilation unit. |
void |
MjdocWrapper.registerGFs(ArrayList tlmethods,
MjExtMethodsDoc mje)
|
void |
MjRootDoc.add(MjExtMethodsDoc m)
Adds an external method compilation unit. |
void |
MjRootDoc.specify(MjExtMethodsDoc c)
Marks a ext. method unit as specified (it must also be added explicitly by MjRootDoc.add(ClassDoc)). |
| Constructors in org.multijava.mjdoc.mjdoc_142 with parameters of type MjExtMethodsDoc | |
MjdocEMWriter(com.sun.tools.doclets.standard.ConfigurationStandard configuration,
String path,
String filename,
MjExtMethodsDoc methoddoc,
MjExtMethodsDoc prev,
MjExtMethodsDoc next,
ArrayList methods,
boolean nopackage)
|
|
|
mjc | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||