Constructor and Description |
---|
Expression(Filter aFilter) |
Modifier and Type | Method and Description |
---|---|
Filter.LeftPart |
getLeftPart() |
Filter.Operand |
getOperand() |
Filter.RightPart |
getRightPart() |
boolean |
hasLeftPart() |
boolean |
hasOperand() |
boolean |
hasRightPart() |
boolean |
isAndFilter() |
boolean |
isOrFilter() |
protected void |
setIsAndFilter() |
protected void |
setIsOrFilter() |
void |
setLeftPart(Filter.LeftPart aLP) |
void |
setOperand(Filter.Operand aOP) |
void |
setRightPart(Filter.RightPart aRP) |
public Expression(Filter aFilter)
protected void setIsOrFilter() throws ParseException
ParseException
protected void setIsAndFilter() throws ParseException
ParseException
public boolean isOrFilter()
public boolean isAndFilter()
public void setLeftPart(Filter.LeftPart aLP)
public void setRightPart(Filter.RightPart aRP)
public void setOperand(Filter.Operand aOP)
public boolean hasLeftPart()
public boolean hasRightPart()
public boolean hasOperand()
public Filter.LeftPart getLeftPart()
public Filter.RightPart getRightPart()
public Filter.Operand getOperand()
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.