org.millscript.millscript.alert
Class Phases

java.lang.Object
  extended by org.millscript.millscript.alert.Phases

public class Phases
extends java.lang.Object

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

AUTOLOAD

public static final org.millscript.commons.alert.Phase AUTOLOAD
For problems with autoloading.


PARSE

public static final org.millscript.commons.alert.Phase PARSE
For problems in the parsing phase.


COMPILE

public static final org.millscript.commons.alert.Phase COMPILE
For problems in the compilation phase.


RENAME

public static final org.millscript.commons.alert.Phase RENAME
For problems in the renaming phase, part of the compilation phase.


EVAL

public static final org.millscript.commons.alert.Phase EVAL
For problems in the evaluation phase.


TEMPLATE

public static final org.millscript.commons.alert.Phase TEMPLATE
For problems compiling templates.



Copyright © 2001-2007 Open World Ltd. All Rights Reserved.