|
|||||||||
| Home >> All >> mlsub >> [ compilation overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
mlsub.compilation
Class Compilation

java.lang.Objectmlsub.compilation.Compilation
- public class Compilation
- extends java.lang.Object
Stores information about a mlsub compilation. Information includes: - whether to perform link tests - ... Only information needed to perform the steps of compilation should go here. Other language specific options should go in a subclass.
| Field Summary | |
Module |
root
|
boolean |
skipLink
|
| Constructor Summary | |
Compilation()
|
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
skipLink
public boolean skipLink
root
public Module root
| Constructor Detail |
Compilation
public Compilation()
|
|||||||||
| Home >> All >> mlsub >> [ compilation overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
mlsub.compilation.Compilation