Modifier and Type | Field and Description |
---|---|
static Context.Key<MultiTaskListener> |
MultiTaskListener.taskListenerKey
The context key for the MultiTaskListener.
|
Modifier and Type | Field and Description |
---|---|
protected static Context.Key<DeferredLintHandler> |
DeferredLintHandler.deferredLintHandlerKey |
protected static Context.Key<Lint> |
Lint.lintKey
The context key for the root Lint object.
|
protected static Context.Key<Symtab> |
Symtab.symtabKey
The context key for the symbol table.
|
protected static Context.Key<TypeAnnotations> |
TypeAnnotations.typeAnnosKey |
protected static Context.Key<Types> |
Types.typesKey |
Modifier and Type | Field and Description |
---|---|
protected static Context.Key<Annotate> |
Annotate.annotateKey |
protected static Context.Key<Attr> |
Attr.attrKey |
protected static Context.Key<Check> |
Check.checkKey |
protected static Context.Key<CompileStates> |
CompileStates.compileStatesKey
The context key for the compile states.
|
protected static Context.Key<DeferredAttr> |
DeferredAttr.deferredAttrKey |
protected static Context.Key<Enter> |
Enter.enterKey |
protected static Context.Key<Flow> |
Flow.flowKey |
protected static Context.Key<Infer> |
Infer.inferKey |
protected static Context.Key<Lower> |
Lower.lowerKey |
protected static Context.Key<MemberEnter> |
MemberEnter.memberEnterKey |
protected static Context.Key<Resolve> |
Resolve.resolveKey |
protected static Context.Key<Todo> |
Todo.todoKey
The context key for the todo list.
|
protected static Context.Key<TransTypes> |
TransTypes.transTypesKey
The context key for the TransTypes phase.
|
protected static Context.Key<LambdaToMethod> |
LambdaToMethod.unlambdaKey |
Modifier and Type | Field and Description |
---|---|
protected static Context.Key<ClassReader> |
ClassReader.classReaderKey
The context key for the class reader.
|
protected static Context.Key<ClassWriter> |
ClassWriter.classWriterKey |
protected static Context.Key<Gen> |
Gen.genKey |
protected static Context.Key<JNIWriter> |
JNIWriter.jniWriterKey |
protected static Context.Key<LVTRanges> |
LVTRanges.lvtRangesKey
The context key for the LVT ranges.
|
Modifier and Type | Field and Description |
---|---|
protected static Context.Key<JavaCompiler> |
JavaCompiler.compilerKey
The context key for the compiler.
|
Modifier and Type | Field and Description |
---|---|
protected static Context.Key<ParserFactory> |
ParserFactory.parserFactoryKey
The context key for the parser factory.
|
static Context.Key<ScannerFactory> |
ScannerFactory.scannerFactoryKey
The context key for the scanner factory.
|
static Context.Key<Tokens> |
Tokens.tokensKey |
Modifier and Type | Field and Description |
---|---|
protected static Context.Key<TreeInfo> |
TreeInfo.treeInfoKey |
protected static Context.Key<DocTreeMaker> |
DocTreeMaker.treeMakerKey
The context key for the tree factory.
|
protected static Context.Key<TreeMaker> |
TreeMaker.treeMakerKey
The context key for the tree factory.
|
Modifier and Type | Field and Description |
---|---|
protected static Context.Key<JCDiagnostic.Factory> |
JCDiagnostic.Factory.diagnosticFactoryKey
The context key for the diagnostic factory.
|
static Context.Key<Log> |
Log.logKey
The context key for the log.
|
static Context.Key<JavacMessages> |
JavacMessages.messagesKey
The context key for the JavacMessages object.
|
static Context.Key<Names> |
Names.namesKey |
static Context.Key<Options> |
Options.optionsKey
The context key for the options.
|
static Context.Key<PrintWriter> |
Log.outKey
The context key for the output PrintWriter.
|
Modifier and Type | Method and Description |
---|---|
<T> T |
Context.get(Context.Key<T> key)
Get the value for the key in this context.
|
<T> void |
Context.put(Context.Key<T> key,
Context.Factory<T> fac)
Set the factory for the key in this context.
|
<T> void |
Context.put(Context.Key<T> key,
T data)
Set the value for the key in this context.
|
Modifier and Type | Field and Description |
---|---|
protected static Context.Key<Dependencies> |
Dependencies.dependenciesKey |
Copyright © 2017 earcam. All rights reserved.