mjc

Uses of Class
org.multijava.mjdoc.mjdoc_142.MjMethodDoc

Packages that use MjMethodDoc
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 MjMethodDoc in org.multijava.mjdoc.mjdoc_142
 

Fields in org.multijava.mjdoc.mjdoc_142 declared as MjMethodDoc
private  MjMethodDoc MjMethodDoc.topConcreteMethod
          Cached value of the top method that this method overrides.
protected  MjMethodDoc MjdocMethodWriter.prev
           
protected  MjMethodDoc MjdocMethodWriter.next
           
 

Methods in org.multijava.mjdoc.mjdoc_142 that return MjMethodDoc
 MjMethodDoc MjClassDoc.addTLMethod(MJTopLevelMethodDeclaration tlm)
          Adds an external method to the set of such methods for this class, so appropriate information will be added to the generated html file.
 MjMethodDoc MjClassDoc.findMethodRecursive(MjMethodDoc method)
          Looks for a method with matching name and signature to the argument in this class and in any superclasses, either until found (in which case the parent class method is returned) or not (null is returned).
 MjMethodDoc MjClassDoc.findMethod(MjMethodDoc method)
          Looks for a method with matching name and signature to the argument in this class; if found the parent class method is returned; if not null is returned.
 MjMethodDoc MjClassDoc.findMethod(CMethod m)
          Looks for a method (with an MjMethodDoc) with matching name and signature to the argument that is registered in the MjClassDoc target object.
 MjMethodDoc MjMethodDoc.topConcreteMethod()
          Returns the top concrete method of this method.
 

Methods in org.multijava.mjdoc.mjdoc_142 with parameters of type MjMethodDoc
 MjMethodDoc MjClassDoc.findMethodRecursive(MjMethodDoc method)
          Looks for a method with matching name and signature to the argument in this class and in any superclasses, either until found (in which case the parent class method is returned) or not (null is returned).
 MjMethodDoc MjClassDoc.findMethod(MjMethodDoc method)
          Looks for a method with matching name and signature to the argument in this class; if found the parent class method is returned; if not null is returned.
 boolean MjMethodDoc.sameMethod(MjMethodDoc m)
          A modified parser class used by #setRawCommentText to add additional information about multijava external methods.
 String MjdocClassWriter.getEMLink(MjMethodDoc 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.
 String MjdocClassWriter.getGFLink(MjMethodDoc cd, String where, String label, boolean bold, String color)
           
 void MjdocMethodWriter.generateGenericFunctionFile(MjMethodDoc top, ArrayList methods)
          Generate the class file contents.
 String MjdocMethodWriter.getGFLink(MjMethodDoc 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 generic function.
(package private) static String MjdocMethodWriter.methodFilename(MjMethodDoc m)
          This generates the filename (not the directory part) for the html file that holds the decription of the given top method.
 void MjExtMethodsDoc.add(MjMethodDoc m)
          Adds a method
static void MjdocGFWriter.generate(com.sun.tools.doclets.standard.ConfigurationStandard configuration, MjMethodDoc methoddoc, MjMethodDoc prev, MjMethodDoc next, ArrayList methods, boolean nopackage)
          Generate a method page.
 void MjdocGFWriter.generateGenericFunctionFile(MjMethodDoc top, ArrayList methods)
          Generate the file contents.
 String MjdocGFWriter.getGFLink(MjMethodDoc 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 generic function.
(package private) static String MjdocGFWriter.methodFilename(MjMethodDoc m)
          This generates the filename (not the directory part) for the html file that holds the decription of the given top method.
 String MjdocPackageWriter.getGFLink(MjMethodDoc cd, String where, String label, boolean bold, String color)
           
 void MjdocStandard.writeGenericFunction(MjMethodDoc top, MjMethodDoc prev, MjMethodDoc next, ArrayList v)
          Writes out a specific generic function page.
 void MjRootDoc.add(MjMethodDoc m)
          Adds a method to the registered set of methods.
 

Constructors in org.multijava.mjdoc.mjdoc_142 with parameters of type MjMethodDoc
MjdocMethodWriter(com.sun.tools.doclets.standard.ConfigurationStandard config, String path, String filename, MjDoc methoddoc, MjMethodDoc prev, MjMethodDoc next, ArrayList methods, boolean nopackage)
           
MjdocGFWriter(com.sun.tools.doclets.standard.ConfigurationStandard configuration, String path, String filename, MjMethodDoc methoddoc, MjMethodDoc prev, MjMethodDoc next, ArrayList methods, boolean nopackage)
           
 


mjc

mjc is Copyright (C) 2000-2004 by Iowa State University and is distributed under the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. mjc is based in part on the Kopi project Copyright (C) 1990-99 DMS Decision Management Systems Ges.m.b.H.