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