|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.whicken.werecat.paw.PawParser<T>
public class PawParser<T>
The template just enforces that our PawExpression must be passed the right type of object to the getValue method.
| Constructor Summary | |
|---|---|
PawParser(java.lang.Class c)
|
|
| Method Summary | |
|---|---|
PawExpression<T> |
parse(java.lang.String expr)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PawParser(java.lang.Class c)
| Method Detail |
|---|
public PawExpression<T> parse(java.lang.String expr)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||