public class AstMethodArguments extends SimpleNode
children, id, image, parent
Constructor and Description |
---|
AstMethodArguments(int id) |
Modifier and Type | Method and Description |
---|---|
int |
getParameterCount() |
Object[] |
getParameters(EvaluationContext ctx) |
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
public Object[] getParameters(EvaluationContext ctx) throws ELException
ELException
public int getParameterCount()
public boolean isParametersProvided()
isParametersProvided
in interface Node
isParametersProvided
in class SimpleNode
Copyright © 2016. All rights reserved.