Class SubContext
java.lang.Object
com.google.errorprone.SubContext
A view on top of a
Context
allowing additional modifications to be added without
affecting the underlying Context
.- Author:
- Louis Wasserman
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
dump()
<T> T
get
(com.sun.tools.javac.util.Context.Key<T> key) <T> T
protected <T> com.sun.tools.javac.util.Context.Key
<T> <T> void
put
(com.sun.tools.javac.util.Context.Key<T> arg0, com.sun.tools.javac.util.Context.Factory<T> arg1) <T> void
put
(com.sun.tools.javac.util.Context.Key<T> arg0, T arg1) <T> void
<T> void
-
Field Details
-
ht
-
-
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) -
get
-
put
public <T> void put(com.sun.tools.javac.util.Context.Key<T> arg0, com.sun.tools.javac.util.Context.Factory<T> arg1) -
put
public <T> void put(com.sun.tools.javac.util.Context.Key<T> arg0, T arg1) -
key
-
put
-
put
-
dump
public void dump()
-