Package net.sf.jsqlparser.expression
Class Parenthesis
java.lang.Object
net.sf.jsqlparser.parser.ASTNodeAccessImpl
net.sf.jsqlparser.expression.Parenthesis
- All Implemented Interfaces:
Serializable
,Expression
,Model
,ASTNodeAccess
It represents an expression like "(" expression ")"
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(ExpressionVisitor expressionVisitor) <E extends Expression>
EgetExpression
(Class<E> type) final void
setExpression
(Expression expression) toString()
withExpression
(Expression expression) Methods inherited from class net.sf.jsqlparser.parser.ASTNodeAccessImpl
appendTo, getASTNode, setASTNode
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface net.sf.jsqlparser.parser.ASTNodeAccess
getASTNode, setASTNode
-
Field Details
-
expression
-
-
Constructor Details
-
Parenthesis
public Parenthesis() -
Parenthesis
-
-
Method Details
-
getExpression
-
setExpression
-
accept
- Specified by:
accept
in interfaceExpression
-
toString
-
withExpression
-
getExpression
-