Class AstMethodArguments

  • All Implemented Interfaces:
    Node

    public class AstMethodArguments
    extends SimpleNode
    Author:
    Kin-man Chung
    • Constructor Detail

      • AstMethodArguments

        public AstMethodArguments​(int id)
    • Method Detail

      • getParameters

        public java.lang.Object[] getParameters​(EvaluationContext ctx)
                                         throws javax.el.ELException
        Throws:
        javax.el.ELException
      • getParameterCount

        public int getParameterCount()