Class RegExpMatchOperator
- java.lang.Object
-
- net.sf.jsqlparser.parser.ASTNodeAccessImpl
-
- net.sf.jsqlparser.expression.BinaryExpression
-
- net.sf.jsqlparser.expression.operators.relational.RegExpMatchOperator
-
- All Implemented Interfaces:
java.io.Serializable
,Expression
,Model
,ASTNodeAccess
public class RegExpMatchOperator extends BinaryExpression
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private RegExpMatchOperatorType
operatorType
-
Constructor Summary
Constructors Constructor Description RegExpMatchOperator(RegExpMatchOperatorType operatorType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(ExpressionVisitor expressionVisitor)
RegExpMatchOperatorType
getOperatorType()
java.lang.String
getStringExpression()
RegExpMatchOperator
withLeftExpression(Expression arg0)
RegExpMatchOperator
withRightExpression(Expression arg0)
-
Methods inherited from class net.sf.jsqlparser.expression.BinaryExpression
getLeftExpression, getLeftExpression, getRightExpression, getRightExpression, setLeftExpression, setRightExpression, toString
-
Methods inherited from class net.sf.jsqlparser.parser.ASTNodeAccessImpl
appendTo, getASTNode, setASTNode
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface net.sf.jsqlparser.parser.ASTNodeAccess
getASTNode, setASTNode
-
-
-
-
Field Detail
-
operatorType
private RegExpMatchOperatorType operatorType
-
-
Constructor Detail
-
RegExpMatchOperator
public RegExpMatchOperator(RegExpMatchOperatorType operatorType)
-
-
Method Detail
-
getOperatorType
public RegExpMatchOperatorType getOperatorType()
-
accept
public void accept(ExpressionVisitor expressionVisitor)
-
getStringExpression
public java.lang.String getStringExpression()
- Specified by:
getStringExpression
in classBinaryExpression
-
withLeftExpression
public RegExpMatchOperator withLeftExpression(Expression arg0)
- Overrides:
withLeftExpression
in classBinaryExpression
-
withRightExpression
public RegExpMatchOperator withRightExpression(Expression arg0)
- Overrides:
withRightExpression
in classBinaryExpression
-
-