Class StringStringParser


  • public class StringStringParser
    extends StringParser
    A StringParser for parsing Strings. This is the simplest possible StringParser, simply returning the specified argument in all cases. This class never throws a ParseException under any circumstances.
    Author:
    Marty Lamb
    See Also:
    StringParser, String