Module com.sun.el
Package com.sun.el

Class MethodExpressionLiteral

    • Constructor Detail

      • MethodExpressionLiteral

        public MethodExpressionLiteral()
      • MethodExpressionLiteral

        public MethodExpressionLiteral​(String expr,
                                       Class<?> expectedType,
                                       Class<?>[] paramTypes)
    • Method Detail

      • getMethodInfo

        public jakarta.el.MethodInfo getMethodInfo​(jakarta.el.ELContext context)
                                            throws jakarta.el.ELException
        Specified by:
        getMethodInfo in class jakarta.el.MethodExpression
        Throws:
        jakarta.el.ELException
      • invoke

        public Object invoke​(jakarta.el.ELContext context,
                             Object[] params)
                      throws jakarta.el.ELException
        Specified by:
        invoke in class jakarta.el.MethodExpression
        Throws:
        jakarta.el.ELException
      • getExpressionString

        public String getExpressionString()
        Specified by:
        getExpressionString in class jakarta.el.Expression
      • equals

        public boolean equals​(Object obj)
        Specified by:
        equals in class jakarta.el.Expression
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in class jakarta.el.Expression
      • isLiteralText

        public boolean isLiteralText()
        Specified by:
        isLiteralText in class jakarta.el.Expression