org.apache.velocity.runtime.visitor
public class VMReferenceMungeVisitor extends BaseVisitor
Version: $Id: VMReferenceMungeVisitor.java,v 1.2.4.1 2004/03/03 23:23:03 geirm Exp $
| Field Summary | |
|---|---|
| Map | argmap
Map containing VM arg to instance-use reference
Passed in with CTOR |
| Constructor Summary | |
|---|---|
| VMReferenceMungeVisitor(Map map)
CTOR - takes a map of args to reference | |
| Method Summary | |
|---|---|
| Object | visit(ASTReference node, Object data)
Visitor method - if the literal is right, will
set the literal in the ASTReference node
|
Parameters: node ASTReference to work on data Object to pass down from caller