public class RegExpMySQLOperator extends BinaryExpression
构造器和说明 |
---|
RegExpMySQLOperator(RegExpMatchOperatorType operatorType) |
限定符和类型 | 方法和说明 |
---|---|
void |
accept(ExpressionVisitor expressionVisitor) |
RegExpMatchOperatorType |
getOperatorType() |
java.lang.String |
getStringExpression() |
getLeftExpression, getRightExpression, isNot, removeNot, setLeftExpression, setNot, setRightExpression, toString
public RegExpMySQLOperator(RegExpMatchOperatorType operatorType)
public RegExpMatchOperatorType getOperatorType()
public void accept(ExpressionVisitor expressionVisitor)
public java.lang.String getStringExpression()
getStringExpression
在类中 BinaryExpression