|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectpobs.action.PPrint
Outputs the parsed data which caused the triggering of this action to stdout.
| Constructor Summary | |
PPrint()
Sole constructor. |
|
| Method Summary | |
void |
perform(PTarget target,
java.lang.String data)
Performs an action on the specified target using the specified data. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PPrint()
| Method Detail |
public void perform(PTarget target,
java.lang.String data)
PAction
perform in interface PActiontarget - Target object manipulated by the action. Can be
null. In this case stateless actions will do
nothing.data - the matched string for the parser the action was linked to. If
this action was called upon a mismatch, this is the part
matched upto but excluding the point of failure.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||