| sun.misc.RegexpTarget |
A class to define actions to be performed when a regular expression match occurs.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets called when a pattern in a RegexpPool matches.
| |||||||||||
Gets called when a pattern in a RegexpPool matches. This method is called by RegexpPool.match() who passes the return value from found() back to its caller.
| remainder | the string that matched the * in the pattern. |
|---|