EMMA Coverage Report (generated Mon Dec 10 16:02:36 GMT 2007) |
---|
[all classes][uk.co.zonetora.fj.ast.node] |
name | class, % | method, % | block, % | line, % |
---|---|---|---|---|
NodeCast.java | 100% (1/1) | 100% (3/3) | 100% (11/11) | 100% (5/5) |
name | class, % | method, % | block, % | line, % |
---|---|---|---|---|
class NodeCast | 100% (1/1) | 100% (3/3) | 100% (11/11) | 100% (5/5) |
<static initializer> | 100% (1/1) | 100% (5/5) | 100% (2/2) | |
NodeCast (): void | 100% (1/1) | 100% (3/3) | 100% (2/2) | |
cast (Object): Object | 100% (1/1) | 100% (3/3) | 100% (1/1) |
1 | /* This file was generated by SableCC (http://www.sablecc.org/). */ |
2 | |
3 | package uk.co.zonetora.fj.ast.node; |
4 | |
5 | |
6 | public class NodeCast implements Cast |
7 | { |
8 | public final static NodeCast instance = new NodeCast(); |
9 | |
10 | private NodeCast() |
11 | { |
12 | } |
13 | |
14 | public Object cast(Object o) |
15 | { |
16 | return (Node) o; |
17 | } |
18 | } |
[all classes][uk.co.zonetora.fj.ast.node] |
EMMA 2.0.5312 (C) Vladimir Roubtsov |