Modifier and Type | Field and Description |
---|---|
private boolean |
isInAntec |
Constructor and Description |
---|
AntecChecker() |
Modifier and Type | Method and Description |
---|---|
void |
checkOperator(Operator op,
PIOPathIterator it)
Called on every operator of the prefix starting with the outermost
operator.
|
boolean |
getResult()
Called to get the result of the prefix check.
|
void |
initPrefixCheck(PosInOccurrence p_pos)
Called on initialisation of the prefix check.
|
public void initPrefixCheck(PosInOccurrence p_pos)
Checker
initPrefixCheck
in interface Checker
p_pos
- the initial position of occurrencepublic void checkOperator(Operator op, PIOPathIterator it)
Checker
checkOperator
in interface Checker
op
- the operator to be checkedit
- the prefix iterator