Interface ParameterCallback
-
public interface ParameterCallback
Creation-Date: 13.11.2006, 13:52:21- Author:
- Thomas Morgner
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getParameterCount()
LValue
getRaw(int position)
Type
getType(int position)
java.lang.Object
getValue(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()
-
-