|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Defines the method signature required to link Parser OBjectS together.
To make such a web of Parser OBjectS thread safe this interface should be
implemented in such a way that it is guranteed that after invocation of
process(PScanner, long, PContext)no instance field is modified
directly or indirectly. Everthing what is needed to provide thread-safe
processing should be delivered by the three arguments of the process method.
| Method Summary | |
PMatch |
process(PScanner input,
long begin,
PContext context)
Processes the input from the specified begin offset using the specified context. |
| Method Detail |
public PMatch process(PScanner input,
long begin,
PContext context)
input - a PScanner which contains the entire input sequencebegin - the index location into the input from where to start
processingcontext - the current processing context
PMatch
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||