public class ASTSetDirective extends SimpleNode
| 限定符和类型 | 字段和说明 |
|---|---|
protected boolean |
strictRef
Indicates if we are running in strict reference mode.
|
protected Info |
uberInfo
This is really immutable after the init, so keep one for this node
|
| 构造器和说明 |
|---|
ASTSetDirective(int id) |
ASTSetDirective(Parser p,
int id) |
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.Object |
init(InternalContextAdapter context,
java.lang.Object data)
simple init.
|
java.lang.Object |
jjtAccept(ParserVisitor visitor,
java.lang.Object data) |
boolean |
render(InternalContextAdapter context,
java.io.Writer writer)
puts the value of the RHS into the context under the key of the LHS
|
childrenAccept, dump, evaluate, execute, getChildren, getColumn, getFirstToken, getInfo, getLastToken, getLine, getLocation, getRuntimeServices, getTemplateName, getType, isInvalid, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, literal, setFirstToken, setInfo, setInvalid, toString, toString, valueprotected Info uberInfo
protected boolean strictRef
public ASTSetDirective(int id)
id - public ASTSetDirective(Parser p, int id)
p - id - public java.lang.Object jjtAccept(ParserVisitor visitor, java.lang.Object data)
jjtAccept 在接口中 NodejjtAccept 在类中 SimpleNodeSimpleNode.jjtAccept(bboss.org.apache.velocity.runtime.parser.node.ParserVisitor, java.lang.Object)public java.lang.Object init(InternalContextAdapter context, java.lang.Object data) throws TemplateInitException
init 在接口中 Nodeinit 在类中 SimpleNodecontext - data - TemplateInitExceptionNode.init(bboss.org.apache.velocity.context.InternalContextAdapter, java.lang.Object)public boolean render(InternalContextAdapter context, java.io.Writer writer) throws java.io.IOException, MethodInvocationException
render 在接口中 Noderender 在接口中 Renderablerender 在类中 SimpleNodecontext - writer - java.io.IOExceptionMethodInvocationExceptionNode.render(bboss.org.apache.velocity.context.InternalContextAdapter, java.io.Writer)