Interface ParameterCallback
-
public interface ParameterCallbackCreation-Date: 13.11.2006, 13:52:21- Author:
- Thomas Morgner
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetParameterCount()LValuegetRaw(int position)TypegetType(int position)java.lang.ObjectgetValue(int position)
-
-
-
Method Detail
-
getRaw
LValue getRaw(int position)
-
getValue
java.lang.Object getValue(int position) throws EvaluationException- Throws:
EvaluationException
-
getType
Type getType(int position) throws EvaluationException
- Throws:
EvaluationException
-
getParameterCount
int getParameterCount()
-
-