| EMMA Coverage Report (generated Sat Dec 08 18:30:31 GMT 2007) |
|---|
| [all classes][uk.co.zonetora.fj.ast.lexer] |
| name | class, % | method, % | block, % | line, % |
|---|---|---|---|---|
| LexerException.java | 0% (0/1) | 0% (0/1) | 0% (0/4) | 0% (0/2) |
| name | class, % | method, % | block, % | line, % |
|---|---|---|---|---|
| class LexerException | 0% (0/1) | 0% (0/1) | 0% (0/4) | 0% (0/2) |
| LexerException (String): void | 0% (0/1) | 0% (0/4) | 0% (0/2) |
| 1 | /* This file was generated by SableCC (http://www.sablecc.org/). */ |
| 2 | |
| 3 | package uk.co.zonetora.fj.ast.lexer; |
| 4 | |
| 5 | public class LexerException extends Exception |
| 6 | { |
| 7 | public LexerException(String message) |
| 8 | { |
| 9 | super(message); |
| 10 | } |
| 11 | } |
| [all classes][uk.co.zonetora.fj.ast.lexer] |
| EMMA 2.0.5312 (C) Vladimir Roubtsov |