EMMA Coverage Report (generated Tue May 18 22:13:27 CDT 2004) |
---|
[all classes][org.apache.velocity.runtime.parser.node] |
name | class, % | method, % | block, % | line, % |
---|---|---|---|---|
ASTIncludeStatement.java | 0% (0/1) | 0% (0/3) | 0% (0/14) | 0% (0/5) |
name | class, % | method, % | block, % | line, % |
---|---|---|---|---|
class ASTIncludeStatement | 0% (0/1) | 0% (0/3) | 0% (0/14) | 0% (0/5) |
ASTIncludeStatement (Parser, int): void | 0% (0/1) | 0% (0/5) | 0% (0/2) | |
ASTIncludeStatement (int): void | 0% (0/1) | 0% (0/4) | 0% (0/2) | |
jjtAccept (ParserVisitor, Object): Object | 0% (0/1) | 0% (0/5) | 0% (0/1) |
1 | /* Generated By:JJTree: Do not edit this line. ASTIncludeStatement.java */ |
2 | |
3 | package org.apache.velocity.runtime.parser.node; |
4 | |
5 | import org.apache.velocity.runtime.parser.*; |
6 | |
7 | public class ASTIncludeStatement extends SimpleNode |
8 | { |
9 | public ASTIncludeStatement(int id) |
10 | { |
11 | super(id); |
12 | } |
13 | |
14 | public ASTIncludeStatement(Parser p, int id) |
15 | { |
16 | super(p, id); |
17 | } |
18 | |
19 | /** Accept the visitor. **/ |
20 | public Object jjtAccept(ParserVisitor visitor, Object data) |
21 | { |
22 | return visitor.visit(this, data); |
23 | } |
24 | } |
[all classes][org.apache.velocity.runtime.parser.node] |
EMMA 2.0.4015 (stable) (C) Vladimir Roubtsov |