Class ASTNENode
- All Implemented Interfaces:
Cloneable
,Node
,Renderable
Handles
arg1 != arg2
by negating evaluation of ASTEQNode-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.velocity.runtime.parser.node.ASTEQNode
compareNonNumber, compareNull, getLiteralOperator, numberTest
Methods inherited from class org.apache.velocity.runtime.parser.node.ASTComparisonNode
compareNumbers, jjtAccept, value
Methods inherited from class org.apache.velocity.runtime.parser.node.ASTBinaryOperator
init, literal
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 Details
-
ASTNENode
public ASTNENode(int id) -
ASTNENode
-
-
Method Details
-
evaluate
- Specified by:
evaluate
in interfaceNode
- Overrides:
evaluate
in classASTComparisonNode
- Parameters:
context
-- Returns:
- The evaluation result.
- Throws:
MethodInvocationException
- See Also:
-