Parser.IOperandprotected static class Parser.EqualOperand extends java.lang.Object implements Parser.IOperand
| Constructor | Description |
|---|---|
EqualOperand(boolean expected) |
Single constructor.
|
| Modifier and Type | Method | 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 © 2018 coderazzi. All Rights Reserved.