public class AstMethodArguments extends SimpleNode
children, id, image, parent| Constructor and Description |
|---|
AstMethodArguments(int id) |
| Modifier and Type | Method and Description |
|---|---|
int |
getParameterCount() |
java.lang.Object[] |
getParameters(EvaluationContext ctx) |
(package private) java.lang.Class<?>[] |
getParamTypes() |
boolean |
isParametersProvided() |
accept, dump, equals, getImage, getMethodInfo, getType, getValue, getValueReference, hashCode, invoke, isReadOnly, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, setImage, setValue, toString, toStringcheckType, coerceToBoolean, coerceToCharacter, coerceToEnum, coerceToNumber, coerceToNumber, coerceToNumber, coerceToNumber, coerceToString, coerceToType, coerceToType, compare, containsNulls, equals, isBigDecimalOp, isBigIntegerOp, isDoubleOp, isDoubleStringOp, isLongOp, isStringFloat, throwUnhandled, toFloat, toNumberjava.lang.Class<?>[] getParamTypes()
public java.lang.Object[] getParameters(EvaluationContext ctx) throws ELException
ELExceptionpublic int getParameterCount()
public boolean isParametersProvided()
isParametersProvided in interface NodeisParametersProvided in class SimpleNode