Package edu.pdx.cs410J.phonebill
Class TextParser
java.lang.Object
edu.pdx.cs410J.phonebill.TextParser
- All Implemented Interfaces:
PhoneBillParser<PhoneBill>
A skeletal implementation of the
TextParser
class for Project 2.-
Constructor Summary
-
Method Summary
-
Constructor Details
-
TextParser
-
-
Method Details
-
parse
Description copied from interface:PhoneBillParser
Parses some source and returns a phone bill- Specified by:
parse
in interfacePhoneBillParser<PhoneBill>
- Throws:
ParserException
- If the source cannot be parsed
-