public class ASTSetDirective extends SimpleNode
Modifier and Type | Field and Description |
---|---|
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
|
Constructor and Description |
---|
ASTSetDirective(int id) |
ASTSetDirective(Parser p,
int id) |
Modifier and Type | Method and Description |
---|---|
String |
getPostfix()
get indentation postfix
|
String |
getPrefix()
get indentation prefix
|
Object |
init(InternalContextAdapter context,
Object data)
simple init.
|
Object |
jjtAccept(ParserVisitor visitor,
Object data) |
String |
literal()
Returns the string "#set($reference = ...)".
|
boolean |
render(InternalContextAdapter context,
Writer writer)
puts the value of the RHS into the context under the key of the LHS
|
void |
setPostfix(String postfix)
set indentation postfix
|
void |
setPrefix(String prefix)
set indentation prefix
|
childrenAccept, cleanupParserAndTokens, dump, dump, dump, evaluate, execute, getColumn, getFirstToken, getFirstTokenImage, getInfo, getLastToken, getLastTokenImage, getLine, getLocation, getParser, getRuntimeServices, getTemplate, getTemplateName, getType, isInvalid, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, saveTokenImages, setFirstToken, setInfo, setInvalid, toString, toString, value
protected Info uberInfo
protected boolean strictRef
public ASTSetDirective(int id)
id
- public ASTSetDirective(Parser p, int id)
p
- id
- public Object jjtAccept(ParserVisitor visitor, Object data)
jjtAccept
in interface Node
jjtAccept
in class SimpleNode
SimpleNode.jjtAccept(org.apache.velocity.runtime.parser.node.ParserVisitor, java.lang.Object)
public Object init(InternalContextAdapter context, Object data) throws TemplateInitException
init
in interface Node
init
in class SimpleNode
context
- data
- TemplateInitException
Node.init(org.apache.velocity.context.InternalContextAdapter, java.lang.Object)
public void setPrefix(String prefix)
prefix
- public String getPrefix()
public void setPostfix(String postfix)
postfix
- public String getPostfix()
public boolean render(InternalContextAdapter context, Writer writer) throws IOException, MethodInvocationException
render
in interface Node
render
in interface Renderable
render
in class SimpleNode
context
- writer
- IOException
MethodInvocationException
Node.render(org.apache.velocity.context.InternalContextAdapter, java.io.Writer)
public String literal()
literal
in interface Node
literal
in class SimpleNode
Node.literal()
Copyright © 2000–2021 The Apache Software Foundation. All rights reserved.