public class RegExpMatchOperator extends BinaryExpression
| Constructor and Description |
|---|
RegExpMatchOperator() |
RegExpMatchOperator(RegExpMatchOperatorType operatorType) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ExpressionVisitor expressionVisitor) |
RegExpMatchOperatorType |
getOperatorType() |
String |
getStringExpression() |
getLeftExpression, getRightExpression, isNot, setLeftExpression, setNot, setRightExpression, toStringpublic RegExpMatchOperator(RegExpMatchOperatorType operatorType)
public RegExpMatchOperator()
public RegExpMatchOperatorType getOperatorType()
public void accept(ExpressionVisitor expressionVisitor)
public String getStringExpression()
getStringExpression in class BinaryExpressionCopyright © 2006–2018 TinyGroup. All rights reserved.