public interface ParameterCallback
Modifier and Type | Method | Description |
---|---|---|
int |
getParameterCount() |
|
LValue |
getRaw(int position) |
|
Type |
getType(int position) |
|
java.lang.Object |
getValue(int position) |
LValue getRaw(int position)
java.lang.Object getValue(int position) throws EvaluationException
EvaluationException
Type getType(int position) throws EvaluationException
EvaluationException
int getParameterCount()