org.apache.el.parser
Class AstNotEqual
java.lang.Object
  
org.apache.el.lang.ELSupport
      
org.apache.el.parser.SimpleNode
          
org.apache.el.parser.BooleanNode
              
org.apache.el.parser.AstNotEqual
- All Implemented Interfaces: 
 - Node
 
public final class AstNotEqual
- extends BooleanNode
 
- Version:
 
  - $Id: AstNotEqual.java 939311 2010-04-29 14:01:02Z kkolinko $
 
- Author:
 
  - Jacob Hookom [jacob@hookom.net]
 
 
 
 
 
 
| Methods inherited from class org.apache.el.parser.SimpleNode | 
accept, equals, getImage, getMethodInfo, getValueReference, hashCode, invoke, isParametersProvided, isReadOnly, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, setImage, setValue, toString, toString | 
 
| Methods inherited from class org.apache.el.lang.ELSupport | 
coerceToBoolean, coerceToCharacter, coerceToEnum, coerceToNumber, coerceToNumber, coerceToNumber, coerceToString, coerceToType, compare, equals, isBigDecimalOp, isBigIntegerOp, isDoubleOp, isLongOp, isStringFloat | 
 
 
AstNotEqual
public AstNotEqual(int id)
getValue
public Object getValue(EvaluationContext ctx)
                throws ELException
- Specified by:
 getValue in interface Node- Overrides:
 getValue in class SimpleNode
 
- Throws:
 ELException
 
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.