- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractList<E>
-
- java.util.ArrayList<T>
-
- net.sf.jsqlparser.expression.operators.relational.ExpressionList<T>
-
- net.sf.jsqlparser.expression.operators.relational.ParenthesedExpressionList<Expression>
-
- net.sf.jsqlparser.expression.Parenthesis
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
,java.lang.Iterable<Expression>
,java.util.Collection<Expression>
,java.util.List<Expression>
,java.util.RandomAccess
,Expression
,Model
,ASTNodeAccess
@Deprecated(since="5.0", forRemoval=true) public class Parenthesis extends ParenthesedExpressionList<Expression>
Deprecated, for removal: This API element is subject to removal in a future version.This class is deprecated since version 5.0. UseParenthesedExpressionList
instead. The reason for deprecation is the ambiguity and redundancy.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Parenthesis()
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Expression
getExpression()
Deprecated, for removal: This API element is subject to removal in a future version.<E extends Expression>
EgetExpression(java.lang.Class<E> type)
Deprecated, for removal: This API element is subject to removal in a future version.Parenthesis
setExpression(Expression expression)
Deprecated, for removal: This API element is subject to removal in a future version.Parenthesis
withExpression(Expression expression)
Deprecated, for removal: This API element is subject to removal in a future version.-
Methods inherited from class net.sf.jsqlparser.expression.operators.relational.ParenthesedExpressionList
from, toString
-
Methods inherited from class net.sf.jsqlparser.expression.operators.relational.ExpressionList
accept, addExpression, addExpressions, addExpressions, appendTo, getASTNode, getExpressions, isUsingBrackets, setASTNode, setExpressions, withExpressions, withExpressions
-
Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface net.sf.jsqlparser.expression.Expression
accept
-
-
-
-
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.
-
-