| Package | Description |
|---|---|
| com.google.gdata.util.parser |
A framework for creating recursive descent parsers.
|
| Modifier and Type | Method and Description |
|---|---|
<U extends T> |
Parser.action(Callback<U> callback)
Creates a
Action that will fire and call
Callback.handle whenever this matches. |
| Constructor and Description |
|---|
Action(Parser<T> subject,
Callback<U> callback)
Class constructor.
|
Copyright © 2012. All Rights Reserved.