public interface Function extends ValueExpression
| Modifier and Type | Method and Description |
|---|---|
void |
accept(FunctionVisitor visitor)
Accept
FunctionVisitor. |
String |
getFunctionName()
Get a function's name.
|
boolean |
hasParenthesis()
Check if function needs parenthesis.
|
acceptString getFunctionName()
boolean hasParenthesis()
void accept(FunctionVisitor visitor)
FunctionVisitor.visitor - visitor to acceptCopyright © 2018–2021. All rights reserved.