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