|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.millscript.millscript.alert.Phases
public class Phases
Utility phases for MillScript.
| Field Summary | |
|---|---|
static org.millscript.commons.alert.Phase |
AUTOLOAD
For problems with autoloading. |
static org.millscript.commons.alert.Phase |
COMPILE
For problems in the compilation phase. |
static org.millscript.commons.alert.Phase |
EVAL
For problems in the evaluation phase. |
static org.millscript.commons.alert.Phase |
PARSE
For problems in the parsing phase. |
static org.millscript.commons.alert.Phase |
RENAME
For problems in the renaming phase, part of the compilation phase. |
static org.millscript.commons.alert.Phase |
TEMPLATE
For problems compiling templates. |
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final org.millscript.commons.alert.Phase AUTOLOAD
public static final org.millscript.commons.alert.Phase PARSE
public static final org.millscript.commons.alert.Phase COMPILE
public static final org.millscript.commons.alert.Phase RENAME
public static final org.millscript.commons.alert.Phase EVAL
public static final org.millscript.commons.alert.Phase TEMPLATE
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||