public class ASTFalse extends SimpleNode
Constructor and Description |
---|
ASTFalse(int id) |
ASTFalse(Parser p,
int id) |
Modifier and Type | Method and Description |
---|---|
boolean |
evaluate(InternalContextAdapter context) |
Object |
init(InternalContextAdapter context,
Object data) |
Object |
jjtAccept(ParserVisitor visitor,
Object data) |
Object |
value(InternalContextAdapter context) |
childrenAccept, cleanupParserAndTokens, dump, dump, dump, execute, getColumn, getFirstToken, getFirstTokenImage, getInfo, getLastToken, getLastTokenImage, getLine, getLocation, getParser, getRuntimeServices, getTemplate, getTemplateName, getType, isInvalid, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, literal, render, saveTokenImages, setFirstToken, setInfo, setInvalid, toString, toString
public ASTFalse(int id)
id
- public ASTFalse(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 evaluate(InternalContextAdapter context)
evaluate
in interface Node
evaluate
in class SimpleNode
SimpleNode.evaluate(org.apache.velocity.context.InternalContextAdapter)
public Object value(InternalContextAdapter context)
value
in interface Node
value
in class SimpleNode
SimpleNode.value(org.apache.velocity.context.InternalContextAdapter)
public Object init(InternalContextAdapter context, Object data) throws TemplateInitException
init
in interface Node
init
in class SimpleNode
TemplateInitException
Node.init(org.apache.velocity.context.InternalContextAdapter, java.lang.Object)
Copyright © 2000–2021 The Apache Software Foundation. All rights reserved.