net.cscott.sinjdoc.parser
public class ParseControl extends Object
ParseControl
runs the parser to generate a
PRootDoc
.
Version: $Id: ParseControl.java,v 1.14 2003/08/14 04:02:22 cananian Exp $
Constructor Summary | |
---|---|
ParseControl(DocErrorReporter reporter) |
Method Summary | |
---|---|
String | getEncoding() |
FileUtil | getSourcePath() |
int | getSourceVersion() |
boolean | getVerbose() |
PRootDoc | parse() |
void | setAccess(int access) |
void | setEncoding(String encoding) |
void | setLocale(Locale l) |
void | setOverviewFile(File f) |
void | setPackages(List<String> packages) |
void | setSourceFiles(List<File> sp) |
void | setSourcePath(String sourcePath) |
void | setSourceVersion(int v) |
void | setVerbose(boolean verbose) |
boolean | showPackage() |
boolean | showPrivate() |
boolean | showProtected() |
boolean | showPublic() |