Example usage for org.apache.commons.el FunctionInvocation getArgumentList

List of usage examples for org.apache.commons.el FunctionInvocation getArgumentList

Introduction

In this page you can find the example usage for org.apache.commons.el FunctionInvocation getArgumentList.

Prototype

public List getArgumentList() 

Source Link

Usage

From source file:com.cybernostics.jsp2thymeleaf.api.expressions.DefaultExpressionVisitor.java

@Override
public List<Expression> getFunctionArgumentList(FunctionInvocation functionInvocation) {
    return functionInvocation.getArgumentList();
}