public class RegExpMatchOperator extends BinaryExpression
| Constructor and Description |
|---|
RegExpMatchOperator(RegExpMatchOperatorType operatorType) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ExpressionVisitor expressionVisitor) |
RegExpMatchOperatorType |
getOperatorType() |
String |
getStringExpression() |
RegExpMatchOperator |
withLeftExpression(Expression arg0) |
RegExpMatchOperator |
withRightExpression(Expression arg0) |
getLeftExpression, getLeftExpression, getRightExpression, getRightExpression, setLeftExpression, setRightExpression, toStringappendTo, getASTNode, setASTNodepublic RegExpMatchOperator(RegExpMatchOperatorType operatorType)
public RegExpMatchOperatorType getOperatorType()
public void accept(ExpressionVisitor expressionVisitor)
public String getStringExpression()
getStringExpression in class BinaryExpressionpublic RegExpMatchOperator withLeftExpression(Expression arg0)
withLeftExpression in class BinaryExpressionpublic RegExpMatchOperator withRightExpression(Expression arg0)
withRightExpression in class BinaryExpressionCopyright © 2004–2024 JSQLParser. All rights reserved.