org.jfree.formula.function

Interface ParameterCallback

public interface ParameterCallback

Creation-Date: 13.11.2006, 13:52:21
Author:
Thomas Morgner

Method Summary

int
getParameterCount()
LValue
getRaw(int position)
Type
getType(int position)
Object
getValue(int position)

Method Details

getParameterCount

public int getParameterCount()

getRaw

public LValue getRaw(int position)

getType

public Type getType(int position)
            throws EvaluationException

getValue

public Object getValue(int position)
            throws EvaluationException