| %line | %branch | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| org.apache.commons.jexl.parser.ASTJexlScript |
|
|
| 1 | /* Generated By:JJTree: Do not edit this line. ASTJexlScript.java */ |
|
| 2 | ||
| 3 | package org.apache.commons.jexl.parser; |
|
| 4 | ||
| 5 | public class ASTJexlScript extends SimpleNode { |
|
| 6 | public ASTJexlScript(int id) { |
|
| 7 | 0 | super(id); |
| 8 | 0 | } |
| 9 | ||
| 10 | public ASTJexlScript(Parser p, int id) { |
|
| 11 | 2808 | super(p, id); |
| 12 | 2808 | } |
| 13 | ||
| 14 | ||
| 15 | /** Accept the visitor. **/ |
|
| 16 | public Object jjtAccept(ParserVisitor visitor, Object data) { |
|
| 17 | 0 | return visitor.visit(this, data); |
| 18 | } |
|
| 19 | } |
| This report is generated by jcoverage, Maven and Maven JCoverage Plugin. |