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, toString
checkType, coerceToBoolean, coerceToCharacter, coerceToEnum, coerceToNumber, coerceToNumber, coerceToNumber, coerceToNumber, coerceToString, coerceToType, coerceToType, compare, containsNulls, equals, isBigDecimalOp, isBigIntegerOp, isDoubleOp, isDoubleStringOp, isLongOp, isStringFloat, throwUnhandled, toFloat, toNumber
java.lang.Class<?>[] getParamTypes()
public java.lang.Object[] getParameters(EvaluationContext ctx) throws ELException
ELException
public int getParameterCount()
public boolean isParametersProvided()
isParametersProvided
in interface Node
isParametersProvided
in class SimpleNode