org.apache.commons.jexl.parser
public class ASTStringLiteral extends SimpleNode
Version: $Id: ASTStringLiteral.java 398324 2006-04-30 12:20:24Z dion $
| Field Summary | |
|---|---|
| protected String | literal the parsed literal. |
| Constructor Summary | |
|---|---|
| ASTStringLiteral(int id)
Create the node given an id.
| |
| ASTStringLiteral(Parser p, int id)
Create a node with the given parser and id.
| |
| Method Summary | |
|---|---|
| Object | jjtAccept(ParserVisitor visitor, Object data) |
| Object | value(JexlContext jc) |
Parameters: id node id.
Parameters: p a parser. id node id.