| 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)
CheckerinitPrefixCheck in interface Checkerp_pos - the initial position of occurrencepublic void checkOperator(Operator op, PIOPathIterator it)
CheckercheckOperator in interface Checkerop - the operator to be checkedit - the prefix iterator