ComparisonExpression
, LogicalExpression
public abstract class BooleanExpression extends BinaryOperExpression
Constructor | Description |
---|---|
BooleanExpression(Rule rule,
int oper,
ParseNode token,
Expression left,
Expression right) |
bind, getOperand
getPos, getType, interpret, typeCheck
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
convertOper, writeTo
compile, getBindings, getTypeGroup, rebox, toString
public BooleanExpression(Rule rule, int oper, ParseNode token, Expression left, Expression right)
Copyright © 2018. All rights reserved.