|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PositionedError | |
---|---|
at.dms.compiler.tools.antlr.extra | |
at.dms.compiler.tools.common |
Uses of PositionedError in at.dms.compiler.tools.antlr.extra |
---|
Methods in at.dms.compiler.tools.antlr.extra that return PositionedError | |
---|---|
PositionedError |
Parser.beautifyParseError(ParserException e)
Generate an human readable error message |
Methods in at.dms.compiler.tools.antlr.extra with parameters of type PositionedError | |
---|---|
protected void |
Scanner.reportTrouble(PositionedError trouble)
Reports that an error has been detected in the lexical analyser. |
protected void |
Parser.reportTrouble(PositionedError trouble)
Reports that an error has been detected in the lexical analyser. |
Uses of PositionedError in at.dms.compiler.tools.common |
---|
Methods in at.dms.compiler.tools.common that return PositionedError | |
---|---|
PositionedError |
UnpositionedError.addPosition(TokenReference where)
Returns an error with a reference to the source file. |
Methods in at.dms.compiler.tools.common with parameters of type PositionedError | |
---|---|
void |
Compiler.inform(PositionedError error)
Write a message to the diagnostic output. |
abstract void |
Compiler.reportTrouble(PositionedError trouble)
Reports a trouble (error or warning). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |