Class SubContext
java.lang.Object
com.sun.tools.javac.util.Context
com.google.errorprone.SubContext
public final class SubContext
extends com.sun.tools.javac.util.Context
A view on top of a
Context
allowing additional modifications to be added without
affecting the underlying Context
.- Author:
- Louis Wasserman
-
Nested Class Summary
Nested classes/interfaces inherited from class com.sun.tools.javac.util.Context
com.sun.tools.javac.util.Context.Factory<T>, com.sun.tools.javac.util.Context.Key<T>
-
Field Summary
Fields inherited from class com.sun.tools.javac.util.Context
ht
-
Constructor Summary
-
Method Summary
Methods inherited from class com.sun.tools.javac.util.Context
dump, key, put, put, put, put
-
Constructor Details
-
SubContext
public SubContext(com.sun.tools.javac.util.Context base)
-
-
Method Details
-
get
public <T> T get(com.sun.tools.javac.util.Context.Key<T> key) - Overrides:
get
in classcom.sun.tools.javac.util.Context
-
get
- Overrides:
get
in classcom.sun.tools.javac.util.Context
-