org.apache.velocity.runtime.parser.node
public class ASTSetDirective extends SimpleNode
Version: $Id: ASTSetDirective.java,v 1.22.4.1 2004/03/03 23:22:59 geirm Exp $
| Field Summary | |
|---|---|
| boolean | blather |
| ASTReference | left |
| String | leftReference |
| Node | right |
| Constructor Summary | |
|---|---|
| ASTSetDirective(int id) | |
| ASTSetDirective(Parser p, int id) | |
| Method Summary | |
|---|---|
| ASTReference | getLeftHandSide()
returns the ASTReference that is the LHS of the set statememt |
| Node | getRightHandSide()
returns the RHS Node of the set statement |
| Object | init(InternalContextAdapter context, Object data)
simple init. |
| Object | jjtAccept(ParserVisitor visitor, Object data) Accept the visitor. |
| boolean | render(InternalContextAdapter context, Writer writer)
puts the value of the RHS into the context under the key of the LHS |