Class Parenthesis

    • Field Summary

      • Fields inherited from class java.util.AbstractList

        modCount
    • Constructor Summary

      Constructors 
      Constructor Description
      Parenthesis()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
    • 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​(java.lang.Class<E> type)
        Deprecated, for removal: This API element is subject to removal in a future version.