|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbyucc.edif.libraries.xilinx.ErrorHandler
Displays errors in syntax to std out.
| Field Summary | |
static int |
Errors
|
static int |
Level1Warnings
|
static VhdlParser |
parser
|
| Constructor Summary | |
(package private) |
ErrorHandler()
|
| Method Summary | |
(package private) void |
Error(java.lang.String w)
Print a warning, that a semantic/syntactic error has occured. |
(package private) void |
Summary()
Print a summary, consisting of all numbers of errors and warnings detected. |
(package private) void |
WarnLevel1(java.lang.String w)
Print a warning, that a construct is not supported in SIWG Level 1, if this is switched on by command line. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static VhdlParser parser
public static int Level1Warnings
public static int Errors
| Constructor Detail |
ErrorHandler()
| Method Detail |
void WarnLevel1(java.lang.String w)
void Error(java.lang.String w)
void Summary()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||