org.apache.jasper.compiler
public static class ELNode.Function extends ELNode
| Method Summary | |
|---|---|
| void | accept(ELNode.Visitor v) |
| FunctionInfo | getFunctionInfo() |
| String | getMethodName() |
| String | getName() |
| String[] | getParameters() |
| String | getPrefix() |
| String | getUri() |
| void | setFunctionInfo(FunctionInfo f) |
| void | setMethodName(String methodName) |
| void | setParameters(String[] parameters) |
| void | setUri(String uri) |