|
mjc | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Main.Trees | |
| 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 Main.Trees in org.multijava.mjc |
| Classes in org.multijava.mjc that implement Main.Trees | |
class |
Main.CheckInitializerTask
This class typechecks the initializers of the declarations in the source code. |
class |
Main.CheckInterfaceTask
This class checks the interfaces of the declarations in the source code. |
class |
Main.ParseTask
This class parses a group of files, given by filenames as strings, and generates a forest of ASTs. |
class |
Main.PreprocessTask
This class preprocesses type and generic function imports and groups external methods. |
class |
Main.PrettyPrintTask
This class pretty prints the trees in the AST forest. |
class |
Main.ResolveSpecializerTask
This class resolves value specializer expressions to the compile-time constants they represent. |
class |
Main.ResolveTopMethodTask
This class resolves the top methods of all method declarations. |
class |
Main.TranslateMJTask
This class pretty prints the trees in the AST forest. |
class |
Main.TreeProcessingTask
This class is subclasses by classes that represent tasks operating on a forest of ASTs. |
class |
Main.TypecheckTask
This class typechecks the source code. |
| Uses of Main.Trees in org.multijava.mjdoc.mjdoc_142 |
| Classes in org.multijava.mjdoc.mjdoc_142 that implement Main.Trees | |
class |
Main.MjdocTask
This task creates MjDoc objects that hold all relevant information about classes/methods/interfaces/packages/etc for generating html. |
|
mjc | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||