public abstract class InvokableAccessor extends BaseAccessor
Modifier and Type | Field and Description |
---|---|
protected boolean |
coercionNeeded |
protected int |
length |
protected java.lang.Class[] |
parameterTypes |
protected ExecutableStatement[] |
parms |
nextNode
Constructor and Description |
---|
InvokableAccessor() |
Modifier and Type | Method and Description |
---|---|
protected java.lang.Object[] |
executeAndCoerce(java.lang.Class[] target,
java.lang.Object elCtx,
VariableResolverFactory vars,
boolean isVarargs) |
java.lang.Class[] |
getParameterTypes() |
getNextNode, setNextNode
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getKnownEgressType, getValue, setValue
protected int length
protected ExecutableStatement[] parms
protected java.lang.Class[] parameterTypes
protected boolean coercionNeeded
protected java.lang.Object[] executeAndCoerce(java.lang.Class[] target, java.lang.Object elCtx, VariableResolverFactory vars, boolean isVarargs)
public java.lang.Class[] getParameterTypes()