|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jeffpalm.javaparser.ParserFactory
com.jeffpalm.javaparser.InputStreamParserFactory
public class InputStreamParserFactory
Generates new parsers for a java file
Constructor Summary | |
---|---|
InputStreamParserFactory(java.io.Reader reader,
java.lang.String initKey)
Constructor for a file 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 InputStreamParserFactory(java.io.Reader reader, java.lang.String initKey)
inputStream
- Description of ParameterinitKey
- Description of ParameterMethod 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 | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |