| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
A class that can parse source code by the source code reader must implment this interface.
| Method Summary | |
|  void | finishParsing(java.lang.StringBuffer buf,
              java.lang.String[] identifier,
              java.io.Reader rdr)We've accepted ownership of parsing ths source code, now finish the job. | 
|  ClassElement | getDataObject()When we have finished parsing, the resulting ClassElement returned by getDataObject should represent our meta-model of that element. | 
|  boolean | isMyArea(java.lang.String identifier)When parsing source code we never know what ClassElement will be next, so we ask all possible class elements isMyArea(String) for one of them to say yes. | 
| Method Detail | 
public void finishParsing(java.lang.StringBuffer buf,
                          java.lang.String[] identifier,
                          java.io.Reader rdr)
                   throws java.io.IOException
java.io.IOExceptionpublic ClassElement getDataObject()
public boolean isMyArea(java.lang.String identifier)
finishParsing(java.lang.StringBuffer, java.lang.String[], java.io.Reader)| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||