Class ASTNegateNode
- java.lang.Object
-
- org.apache.velocity.runtime.parser.node.SimpleNode
-
- org.apache.velocity.runtime.parser.node.ASTNegateNode
-
- All Implemented Interfaces:
Cloneable,Node,Renderable
public class ASTNegateNode extends SimpleNode
-
-
Constructor Summary
Constructors Constructor Description ASTNegateNode(int i)ASTNegateNode(Parser p, int i)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanevaluate(InternalContextAdapter context)Objectinit(InternalContextAdapter context, Object data)ObjectjjtAccept(StandardParserVisitor visitor, Object data)Stringliteral()Objectvalue(InternalContextAdapter context)-
Methods inherited from class org.apache.velocity.runtime.parser.node.SimpleNode
childrenAccept, cleanupParserAndTokens, clone, clone, 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, render, saveTokenImages, setFirstToken, setInfo, setInvalid, toString, toString
-
-
-
-
Constructor Detail
-
ASTNegateNode
public ASTNegateNode(int i)
-
ASTNegateNode
public ASTNegateNode(Parser p, int i)
-
-
Method Detail
-
init
public Object init(InternalContextAdapter context, Object data) throws TemplateInitException
- Specified by:
initin interfaceNode- Overrides:
initin classSimpleNode- Returns:
- The init result.
- Throws:
TemplateInitException- See Also:
Node.init(org.apache.velocity.context.InternalContextAdapter, java.lang.Object)
-
jjtAccept
public Object jjtAccept(StandardParserVisitor visitor, Object data)
- Specified by:
jjtAcceptin interfaceNode- Overrides:
jjtAcceptin classSimpleNode- Returns:
- The Node execution result object.
- See Also:
SimpleNode.jjtAccept(org.apache.velocity.runtime.parser.node.StandardParserVisitor, java.lang.Object)
-
evaluate
public boolean evaluate(InternalContextAdapter context) throws MethodInvocationException
- Specified by:
evaluatein interfaceNode- Overrides:
evaluatein classSimpleNode- Returns:
- The evaluation result.
- Throws:
MethodInvocationException- See Also:
SimpleNode.evaluate(org.apache.velocity.context.InternalContextAdapter)
-
value
public Object value(InternalContextAdapter context) throws MethodInvocationException
- Specified by:
valuein interfaceNode- Overrides:
valuein classSimpleNode- Returns:
- The node value.
- Throws:
MethodInvocationException- See Also:
SimpleNode.value(org.apache.velocity.context.InternalContextAdapter)
-
literal
public String literal()
- Specified by:
literalin interfaceNode- Overrides:
literalin classSimpleNode- Returns:
- A literal.
- See Also:
Node.literal()
-
-