Class ASTNENode
- All Implemented Interfaces:
Cloneable, Node, Renderable
Handles
arg1 != arg2 by negating evaluation of ASTEQNode-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ASTEQNode
compareNonNumber, compareNull, getLiteralOperator, numberTestMethods inherited from class ASTComparisonNode
compareNumbers, jjtAccept, valueMethods inherited from class ASTBinaryOperator
init, literalMethods inherited from class 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:
evaluatein interfaceNode- Overrides:
evaluatein classASTComparisonNode- Parameters:
context-- Returns:
- The evaluation result.
- Throws:
MethodInvocationException- See Also:
-