java.lang.ObjectA factory for creating parsers.com.sun.tools.javac.parser.ParserFactory
This is NOT part of any supported API. If you write code that depends on this, you do so at your own risk. This code and its internal interfaces are subject to change or deletion without notice.
Field Summary | ||
---|---|---|
protected static final Key<ParserFactory> | parserFactoryKey | The context key for the parser factory. |
final TreeMaker | F | |
final Log | log | |
final Keywords | keywords | |
final Source | source | |
final Names | names | |
final Options | options | |
final ScannerFactory | scannerFactory |
Constructor: |
---|
|
Method from com.sun.tools.javac.parser.ParserFactory Summary: |
---|
instance, newParser |
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method from com.sun.tools.javac.parser.ParserFactory Detail: |
---|
|
|