Nodepublic class AstMethodArguments extends SimpleNode
children, id, image, parent| Constructor | Description |
|---|---|
AstMethodArguments(int id) |
| Modifier and Type | Method | Description |
|---|---|---|
int |
getParameterCount() |
|
java.lang.Object[] |
getParameters(EvaluationContext ctx) |
|
boolean |
isParametersProvided() |
checkType, coerceToBoolean, coerceToCharacter, coerceToEnum, coerceToNumber, coerceToNumber, coerceToNumber, coerceToNumber, coerceToString, coerceToType, coerceToType, compare, containsNulls, equals, isBigDecimalOp, isBigIntegerOp, isDoubleOp, isDoubleStringOp, isLongOp, isStringFloat, throwUnhandled, toFloat, toNumberclone, finalize, getClass, notify, notifyAll, wait, wait, waitaccept, dump, equals, getImage, getMethodInfo, getType, getValue, getValueReference, hashCode, invoke, isReadOnly, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, setImage, setValue, toString, toStringpublic java.lang.Object[] getParameters(EvaluationContext ctx) throws javax.el.ELException
javax.el.ELExceptionpublic int getParameterCount()
public boolean isParametersProvided()
isParametersProvided in interface NodeisParametersProvided in class SimpleNode