|
||||||||||
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.BufferParserFactory
public class BufferParserFactory
Generates new parsers for a java file
Constructor Summary | |
---|---|
BufferParserFactory(java.lang.String buffer)
Constructor for the buffer parser factory |
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 BufferParserFactory(java.lang.String buffer)
buffer
- the initial bufferMethod 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 |