Home
last modified time | relevance | path

Searched refs:theParser (Results 1 – 1 of 1) sorted by relevance

/external/tagsoup/src/org/ccil/cowan/tagsoup/
DCommandLine.java121 private static Parser theParser = null; field in CommandLine
131 if (theParser == null) theParser = new Parser(); in process()
132 r = theParser; in process()