Implementation of PRePPreparse

    Removes all the comments in the prep file (@@)

    Constructor:

    default constructor

    Methods:

    preparse(BufferedReader, Session)
    preparse will skip all comments (begin with @@) in the file (BufferedReader). It returns the file without the comments.

Back