|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpobs.action.PSetString
Sets the parsed data to a wrapped
string.
PAppendString
Field Summary | |
PWrapper |
wrapped
|
Constructor Summary | |
PSetString(PWrapper wrapped)
Sole constructor. |
Method Summary | |
void |
perform(PTarget target,
java.lang.String data)
Insert the method's description here. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public PWrapper wrapped
Constructor Detail |
public PSetString(PWrapper wrapped)
wrapped
- a wrapped string.Method Detail |
public void perform(PTarget target, java.lang.String data)
PAction
perform
in interface PAction
target
- 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 |