|
mjc | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use MJTopLevelMethodDeclaration | |
| org.multijava.mjc | Implements mjc, a MultiJava compiler. |
| 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 MJTopLevelMethodDeclaration in org.multijava.mjc |
| Subclasses of MJTopLevelMethodDeclaration in org.multijava.mjc | |
class |
MJTopLevelAbstractMethodDeclaration
|
| Fields in org.multijava.mjc declared as MJTopLevelMethodDeclaration | |
(package private) MJTopLevelMethodDeclaration[] |
MJGenericFunctionDecl.externalMethods
Stores the external methods declared within this anchor declaration. |
| Methods in org.multijava.mjc that return MJTopLevelMethodDeclaration | |
MJTopLevelMethodDeclaration[] |
MJGenericFunctionDecl.externalMethods()
Return the top-level methods in this GF |
MJTopLevelMethodDeclaration |
MjcParser.mjTopLevelMethodDeclaration(long mods,
antlr.Token startToken)
|
| Methods in org.multijava.mjc with parameters of type MJTopLevelMethodDeclaration | |
abstract void |
MjcVisitor.visitTopLevelMethodDeclaration(MJTopLevelMethodDeclaration self)
visits an external method declaration |
void |
CParseCompilationUnitContext.addMJTopLevelMethodDeclaration(Main compiler,
MJTopLevelMethodDeclaration decl)
|
void |
MjcPrettyPrinter.visitTopLevelMethodDeclaration(MJTopLevelMethodDeclaration self)
prints an external method declaration |
| Constructors in org.multijava.mjc with parameters of type MJTopLevelMethodDeclaration | |
MJGenericFunctionDecl(TokenReference where,
long modifiers,
String ident,
MJTopLevelMethodDeclaration[] methods)
Constructs a generic function anchor declaration in the parsing tree. |
|
| Uses of MJTopLevelMethodDeclaration in org.multijava.mjdoc.mjdoc_142 |
| Methods in org.multijava.mjdoc.mjdoc_142 with parameters of type MJTopLevelMethodDeclaration | |
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. |
|
mjc | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||