protected static class Parser.EqualOperand extends Object implements Parser.IOperand
Constructor and Description |
---|
EqualOperand(boolean expected)
Single constructor.
|
Modifier and Type | Method and Description |
---|---|
RowFilter |
create(Parser self,
String right)
Parser.IOperand interface. |
public EqualOperand(boolean expected)
expected
- true if the operand expects the equal operation to
succeedpublic RowFilter create(Parser self, String right) throws ParseException
Parser.IOperand
interface.create
in interface Parser.IOperand
ParseException