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, getRuntimeServices, getTemplate, getTemplateName, getType, isInvalid, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, literal, render, saveTokenImages, setFirstToken, setInfo, setInvalid, toString, toStringpublic ASTFalse(int id)
id - public ASTFalse(Parser p, int id)
p - id - public Object jjtAccept(ParserVisitor visitor, Object data)
jjtAccept in interface NodejjtAccept in class SimpleNodeSimpleNode.jjtAccept(org.apache.velocity.runtime.parser.node.ParserVisitor, java.lang.Object)public boolean evaluate(InternalContextAdapter context)
evaluate in interface Nodeevaluate in class SimpleNodeSimpleNode.evaluate(org.apache.velocity.context.InternalContextAdapter)public Object value(InternalContextAdapter context)
value in interface Nodevalue in class SimpleNodeSimpleNode.value(org.apache.velocity.context.InternalContextAdapter)public Object init(InternalContextAdapter context, Object data) throws TemplateInitException
init in interface Nodeinit in class SimpleNodeTemplateInitExceptionNode.init(org.apache.velocity.context.InternalContextAdapter, java.lang.Object)Copyright © 2000–2019 The Apache Software Foundation. All rights reserved.