com.whicken.werecat.paw
Class PawParser<T>

java.lang.Object
  extended by com.whicken.werecat.paw.PawParser<T>

public class PawParser<T>
extends java.lang.Object

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

PawParser

public PawParser(java.lang.Class c)
Method Detail

parse

public PawExpression<T> parse(java.lang.String expr)