EMMA Coverage Report (generated Sat Dec 08 18:10:06 GMT 2007)
[all classes][uk.co.zonetora.fj.ast.node]

COVERAGE SUMMARY FOR SOURCE FILE [AEmptyFieldList.java]

nameclass, %method, %block, %line, %
AEmptyFieldList.java100% (1/1)17%  (1/6)19%  (3/16)25%  (2/8)

COVERAGE BREAKDOWN BY CLASS AND METHOD

nameclass, %method, %block, %line, %
     
class AEmptyFieldList100% (1/1)17%  (1/6)19%  (3/16)25%  (2/8)
apply (Switch): void 0%   (0/1)0%   (0/5)0%   (0/2)
clone (): Object 0%   (0/1)0%   (0/4)0%   (0/1)
removeChild (Node): void 0%   (0/1)0%   (0/1)0%   (0/1)
replaceChild (Node, Node): void 0%   (0/1)0%   (0/1)0%   (0/1)
toString (): String 0%   (0/1)0%   (0/2)0%   (0/1)
AEmptyFieldList (): void 100% (1/1)100% (3/3)100% (2/2)

1/* This file was generated by SableCC (http://www.sablecc.org/). */
2 
3package uk.co.zonetora.fj.ast.node;
4 
5import java.util.*;
6import uk.co.zonetora.fj.ast.analysis.*;
7 
8public final class AEmptyFieldList extends PFieldList
9{
10 
11    public AEmptyFieldList()
12    {
13    }
14    public Object clone()
15    {
16        return new AEmptyFieldList();
17    }
18 
19    public void apply(Switch sw)
20    {
21        ((Analysis) sw).caseAEmptyFieldList(this);
22    }
23 
24    public String toString()
25    {
26        return "";
27    }
28 
29    void removeChild(Node child)
30    {
31    }
32 
33    void replaceChild(Node oldChild, Node newChild)
34    {
35    }
36}

[all classes][uk.co.zonetora.fj.ast.node]
EMMA 2.0.5312 (C) Vladimir Roubtsov