public abstract class AbstractExpression extends Object implements Expression
Abstract class for query expression
Copyright: Copyright (c) 2005
Company: IST, Drexel University
| Modifier and Type | Field and Description |
|---|---|
protected int |
expressionType |
protected Operator |
optr |
EXPRESSION_BOOL, EXPRESSION_SIMPLE| Constructor and Description |
|---|
AbstractExpression() |
| Modifier and Type | Method and Description |
|---|---|
Operator |
getOperator() |
boolean |
isBoolExpression() |
boolean |
isSimpleExpression() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetChild, getChildNum, toSQLExpression, toStringprotected Operator optr
protected int expressionType
public Operator getOperator()
getOperator in interface Expressionpublic boolean isBoolExpression()
isBoolExpression in interface Expressionpublic boolean isSimpleExpression()
isSimpleExpression in interface ExpressionCopyright © 2018 JULIE Lab, Germany. All rights reserved.