|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Error
org.prorefactor.treeparser.SemanticError
public class SemanticError
Represents a semantic error found in 4GL code while analysing it.
| Constructor Summary | |
|---|---|
SemanticError(java.lang.String message,
JPNode node)
Create a record of an error detected in 4GL source code under analysis. |
|
| Method Summary | |
|---|---|
int |
getColumn()
The column number on the source line, where the error was found. |
java.lang.String |
getFilename()
The file name for the node where the error was found. |
int |
getLine()
The line number for the node where the error was found. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SemanticError(java.lang.String message,
JPNode node)
message - | Method Detail |
|---|
public int getColumn()
public java.lang.String getFilename()
public int getLine()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||