public class BoolExpression extends AbstractExpression
Bool query expression
Copyright: Copyright (c) 2005
Company: IST, Drexel University
expressionType, optrEXPRESSION_BOOL, EXPRESSION_SIMPLE| Constructor and Description |
|---|
BoolExpression(String[] expression) |
| Modifier and Type | Method and Description |
|---|---|
Expression |
getChild(int index)
This method returns null for simple expressions.
|
int |
getChildNum()
This method returns zero for simple expressions.
|
Operator |
getOperator() |
String |
toSQLExpression() |
String |
toString() |
isBoolExpression, isSimpleExpressionpublic BoolExpression(String[] expression)
public int getChildNum()
Expressionpublic Expression getChild(int index)
Expressionindex - the index of the child expressionpublic Operator getOperator()
getOperator in interface ExpressiongetOperator in class AbstractExpressionpublic String toSQLExpression()
public String toString()
toString in interface ExpressiontoString in class ObjectCopyright © 2018 JULIE Lab, Germany. All rights reserved.