Class Top

    • Field Detail

      • hasParenthesis

        private boolean hasParenthesis
      • isPercentage

        private boolean isPercentage
      • isWithTies

        private boolean isWithTies
    • Constructor Detail

      • Top

        public Top()
    • Method Detail

      • getExpression

        public Expression getExpression()
      • setExpression

        public void setExpression​(Expression expression)
      • hasParenthesis

        public boolean hasParenthesis()
      • setParenthesis

        public void setParenthesis​(boolean hasParenthesis)
      • isPercentage

        public boolean isPercentage()
      • setPercentage

        public void setPercentage​(boolean percentage)
      • isWithTies

        public boolean isWithTies()
      • setWithTies

        public void setWithTies​(boolean withTies)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • withExpression

        public Top withExpression​(Expression expression)
      • getExpression

        public <E extends Expression> E getExpression​(java.lang.Class<E> type)