Package | Description |
---|---|
com.sun.tools.javac.main | |
com.sun.tools.javac.parser |
Modifier and Type | Field and Description |
---|---|
protected ParserFactory |
JavaCompiler.parserFactory
Factory for parsers.
|
Modifier and Type | Field and Description |
---|---|
protected static Context.Key<ParserFactory> |
ParserFactory.parserFactoryKey
The context key for the parser factory.
|
Modifier and Type | Method and Description |
---|---|
static ParserFactory |
ParserFactory.instance(Context context) |
Modifier and Type | Method and Description |
---|---|
protected DocCommentTable |
JavacParser.newDocCommentTable(boolean keepDocComments,
ParserFactory fac) |
Constructor and Description |
---|
JavacParser(ParserFactory fac,
Lexer S,
boolean keepDocComments,
boolean keepLineMap,
boolean keepEndPositions)
Construct a parser from a given scanner, tree factory and log.
|
Copyright © 2017 earcam. All rights reserved.