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.
Modifier and Type | Field and Description |
---|---|
pack-priv final DeferredLintHandler | |
pack-priv final DocTreeMaker | |
pack-priv final TreeMaker | |
pack-priv final Locale | |
pack-priv final Log | |
pack-priv final Names | |
pack-priv final Options | |
protected static final Context. | parserFactoryKey
The context key for the parser factory. |
pack-priv final Preview | |
pack-priv final ScannerFactory | |
pack-priv final Source | |
pack-priv final Tokens | |
private final JavacTrees |
Access | Constructor and Description |
---|---|
protected |
Modifier and Type | Method and Description |
---|---|
public JavacTrees | |
public static ParserFactory | |
public JavacParser | |
public JavacParser | newParser(CharSequence input, boolean keepDocComments, boolean keepEndPos, boolean keepLineMap, boolean parseModuleInfo)
|
deferredLintHandler | back to summary |
---|---|
pack-priv final DeferredLintHandler deferredLintHandler |
docTreeMaker | back to summary |
---|---|
pack-priv final DocTreeMaker docTreeMaker |
F | back to summary |
---|---|
pack-priv final TreeMaker F |
locale | back to summary |
---|---|
pack-priv final Locale locale |
log | back to summary |
---|---|
pack-priv final Log log |
names | back to summary |
---|---|
pack-priv final Names names |
options | back to summary |
---|---|
pack-priv final Options options |
parserFactoryKey | back to summary |
---|---|
protected static final Context. The context key for the parser factory. |
preview | back to summary |
---|---|
pack-priv final Preview preview |
scannerFactory | back to summary |
---|---|
pack-priv final ScannerFactory scannerFactory |
source | back to summary |
---|---|
pack-priv final Source source |
tokens | back to summary |
---|---|
pack-priv final Tokens tokens |
trees | back to summary |
---|---|
private final JavacTrees trees |
ParserFactory | back to summary |
---|---|
protected ParserFactory(Context context)
|
getTrees | back to summary |
---|---|
public JavacTrees getTrees() |
instance | back to summary |
---|---|
public static ParserFactory instance(Context context) |
newParser | back to summary |
---|---|
public JavacParser newParser(CharSequence input, boolean keepDocComments, boolean keepEndPos, boolean keepLineMap) |
newParser | back to summary |
---|---|
public JavacParser newParser(CharSequence input, boolean keepDocComments, boolean keepEndPos, boolean keepLineMap, boolean parseModuleInfo) |