protected static class Parser.EqualOperand extends java.lang.Object implements Parser.IOperand
| Constructor and Description |
|---|
EqualOperand(boolean expected)
Single constructor.
|
| Modifier and Type | Method and Description |
|---|---|
javax.swing.RowFilter |
create(Parser self,
java.lang.String right)
Parser.IOperand interface. |
public EqualOperand(boolean expected)
expected - true if the operand expects the equal operation 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.ParseExceptionCopyright © 2019 coderazzi. All Rights Reserved.