org.apache.el.parser
Class AstLessThan
java.lang.Object
org.apache.el.lang.ELSupport
org.apache.el.parser.SimpleNode
org.apache.el.parser.BooleanNode
org.apache.el.parser.AstLessThan
- All Implemented Interfaces:
- Node
public final class AstLessThan
- extends BooleanNode
- Version:
- $Id: AstLessThan.java 939311 2010-04-29 14:01:02Z kkolinko $
- Author:
- Jacob Hookom [[email protected]]
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 |
AstLessThan
public AstLessThan(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-2013 Apache Software Foundation. All Rights Reserved.