|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jeffpalm.javaparser.ParserFactory
com.jeffpalm.javaparser.StdInParserFactory
public class StdInParserFactory
Generates new parsers for standard input
Constructor Summary | |
---|---|
StdInParserFactory()
Constructor for a standard input ParserFactory |
Method Summary | |
---|---|
protected java.lang.String |
getKey()
A method to return some key identifying the file that is being parsed |
protected java.io.Reader |
getReader()
Return the input stream |
Methods inherited from class com.jeffpalm.javaparser.ParserFactory |
---|
getAbstractSyntaxTree, getParser |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StdInParserFactory()
Method Detail |
---|
protected java.io.Reader getReader()
getReader
in class ParserFactory
protected java.lang.String getKey()
getKey
in class ParserFactory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |