public class ASTIfStatement extends SimpleNode
Constructor and Description |
---|
ASTIfStatement(int id) |
ASTIfStatement(Parser p,
int id) |
Modifier and Type | Method and Description |
---|---|
Object |
jjtAccept(ParserVisitor visitor,
Object data) |
void |
process(InternalContextAdapter context,
ParserVisitor visitor) |
boolean |
render(InternalContextAdapter context,
Writer writer) |
childrenAccept, dump, evaluate, execute, getColumn, getFirstToken, getInfo, getLastToken, getLine, getLocation, getRuntimeServices, getTemplate, getTemplateName, getType, init, isInvalid, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, literal, setFirstToken, setInfo, setInvalid, toString, toString, value
public ASTIfStatement(int id)
id
- public ASTIfStatement(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 boolean render(InternalContextAdapter context, Writer writer) throws IOException, MethodInvocationException, ResourceNotFoundException, ParseErrorException
render
in interface Node
render
in interface Renderable
render
in class SimpleNode
IOException
MethodInvocationException
ResourceNotFoundException
ParseErrorException
SimpleNode.render(org.apache.velocity.context.InternalContextAdapter, java.io.Writer)
public void process(InternalContextAdapter context, ParserVisitor visitor)
context
- visitor
- Copyright © 2000–2016 The Apache Software Foundation. All rights reserved.