Class AbstractExpressionRenderer

    • Constructor Detail

    • Method Detail

      • appendKeyword

        protected void appendKeyword​(String keyword)
      • appendBooleanLiteral

        protected void appendBooleanLiteral​(BooleanLiteral literal)
      • startParenthesis

        protected void startParenthesis()
      • endParenthesis

        protected void endParenthesis()
      • append

        protected void append​(String string)
      • appendAutoQuoted

        protected void appendAutoQuoted​(String identifier)
      • appendCommaWhenNeeded

        protected void appendCommaWhenNeeded​(ValueExpression valueExpression)
      • setLastVisited

        protected void setLastVisited​(ValueExpression valueExpression)
      • render

        public String render()
        Render expression to a string
        Returns:
        rendered string