|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.millscript.millscript.alert.Alerts
public class Alerts
These are utility alerts for MillScript.
| Constructor Summary | |
|---|---|
Alerts()
|
|
| Method Summary | |
|---|---|
static org.millscript.commons.alert.Alert |
autoload(java.lang.String comp,
java.lang.String exp)
Convenience method for constructing a new alert with the specified complaint and explanation in the autoloading phase. |
static org.millscript.commons.alert.Alert |
compile(java.lang.String comp,
java.lang.String exp)
Convenience method for constructing a new alert with the specified complaint and explanation in the compile phase. |
static org.millscript.commons.alert.Alert |
eval(java.lang.String comp,
java.lang.String exp)
Convenience method for constructing a new alert with the specified complaint and explanation in the evaluation phase. |
static org.millscript.commons.alert.Alert |
fault(java.lang.String msg)
Utility method for internal fault mishaps. |
static org.millscript.commons.alert.Alert |
parse(java.lang.String comp,
java.lang.String exp)
Convenience method for constructing a new alert with the specified complaint and explanation in the parsing phase. |
static org.millscript.commons.alert.Alert |
template(java.lang.String comp,
java.lang.String exp)
Convenience method for constructing a new alert with the specified complaint and explanation in the template loading phase. |
static org.millscript.commons.alert.Alert |
unimplemented(java.lang.String msg)
Utility method for unimplemented mishaps, where you only need to display a simple message. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Alerts()
| Method Detail |
|---|
public static org.millscript.commons.alert.Alert autoload(java.lang.String comp,
java.lang.String exp)
comp - the complaintexp - the explanation for the complaint
public static org.millscript.commons.alert.Alert compile(java.lang.String comp,
java.lang.String exp)
comp - the complaintexp - the explanation for the complaint
public static org.millscript.commons.alert.Alert eval(java.lang.String comp,
java.lang.String exp)
comp - the complaintexp - the explanation for the complaint
public static org.millscript.commons.alert.Alert parse(java.lang.String comp,
java.lang.String exp)
comp - the complaintexp - the explanation for the complaint
public static org.millscript.commons.alert.Alert template(java.lang.String comp,
java.lang.String exp)
comp - the complaintexp - the explanation for the complaint
public static org.millscript.commons.alert.Alert fault(java.lang.String msg)
msg - the mishap complaint
public static org.millscript.commons.alert.Alert unimplemented(java.lang.String msg)
msg - the unimplemented feature message
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||