Class FunctionCallAstNode

  • All Implemented Interfaces:
    AstNode

    public class FunctionCallAstNode
    extends BaseAstNode
    AST node for function calls, such as count(foo).
    • Constructor Detail

      • FunctionCallAstNode

        public FunctionCallAstNode​(String name,
                                   String expression)
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • setIsInSelectList

        public void setIsInSelectList​(boolean value)
      • getName

        public String getName()
      • getExpression

        public String getExpression()