Class Parenthesis

    • Constructor Detail

      • Parenthesis

        public Parenthesis()
        Deprecated, for removal: This API element is subject to removal in a future version.
    • Method Detail

      • getExpression

        public Expression getExpression()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • setExpression

        public Parenthesis setExpression​(Expression expression)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • withExpression

        public Parenthesis withExpression​(Expression expression)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getExpression

        public <E extends Expression> E getExpression​(Class<E> type)
        Deprecated, for removal: This API element is subject to removal in a future version.