org.apache.commons.el

Class Literal

public abstract class Literal extends Expression

An expression representing a literal value

Version: $Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: luehe $

Author: Nathan Abramson - Art Technology Group Shawn Bayern

Field Summary
ObjectmValue
Constructor Summary
Literal(Object pValue)
Constructor
Method Summary
Objectevaluate(VariableResolver pResolver, FunctionMapper functions, Logger pLogger)
Evaluates to the literal value
ObjectgetValue()
voidsetValue(Object pValue)

Field Detail

mValue

Object mValue

Constructor Detail

Literal

public Literal(Object pValue)
Constructor

Method Detail

evaluate

public Object evaluate(VariableResolver pResolver, FunctionMapper functions, Logger pLogger)
Evaluates to the literal value

getValue

public Object getValue()

setValue

public void setValue(Object pValue)
Copyright (c) 2001-2002 - Apache Software Foundation