Parser.IOperandParser.WildcardOperandprotected static class Parser.REOperand extends java.lang.Object implements Parser.IOperand
| Constructor | Description |
|---|---|
REOperand(boolean equals) |
Single constructor.
|
| Modifier and Type | Method | Description |
|---|---|---|
javax.swing.RowFilter |
create(Parser self,
java.lang.String right) |
Parser.IOperand interface. |
protected java.util.regex.Pattern |
getPattern(java.lang.String expression,
boolean ignoreCase) |
Returns the
Pattern instance associated to the provided
expression. |
public REOperand(boolean equals)
equals - true if the operand expects the regular expression
matching to succeedpublic javax.swing.RowFilter create(Parser self, java.lang.String right) throws java.text.ParseException
Parser.IOperand interface.create in interface Parser.IOperandjava.text.ParseExceptionprotected java.util.regex.Pattern getPattern(java.lang.String expression,
boolean ignoreCase)
throws java.text.ParseException
Pattern instance associated to the provided
expression.java.text.ParseExceptionCopyright © 2018 coderazzi. All Rights Reserved.