Package com.exasol.sql.expression
Class AbstractValueExpression
- java.lang.Object
-
- com.exasol.util.AbstractTree
-
- com.exasol.util.AbstractBottomUpTreeNode
-
- com.exasol.sql.expression.AbstractValueExpression
-
- All Implemented Interfaces:
ValueExpression,TreeNode
- Direct Known Subclasses:
ColumnReference,DefaultValue,DoubleLiteral,ExpressionTerm,FloatLiteral,IntegerLiteral,LongLiteral,NullLiteral,StringLiteral,UnnamedPlaceholder
public abstract class AbstractValueExpression extends AbstractBottomUpTreeNode implements ValueExpression
Abstract base class for all types of value expressions
-
-
Field Summary
-
Fields inherited from class com.exasol.util.AbstractTree
children, parent
-
-
Constructor Summary
Constructors Constructor Description AbstractValueExpression()Create a new instance of aAbstractValueExpression
-
Method Summary
-
Methods inherited from class com.exasol.util.AbstractBottomUpTreeNode
addChild, getRoot, setParent
-
Methods inherited from class com.exasol.util.AbstractTree
getChild, getChildren, getParent, isChild, isFirstSibling, isRoot, isSibling
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.exasol.util.TreeNode
addChild, getChild, getChildren, getParent, getRoot, isChild, isFirstSibling, isRoot, isSibling, setParent
-
Methods inherited from interface com.exasol.sql.expression.ValueExpression
accept
-
-
-
-
Constructor Detail
-
AbstractValueExpression
public AbstractValueExpression()
Create a new instance of aAbstractValueExpression
-
-