protected static class TypeWriter.Default.ForInlining.ContextRegistry
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private Implementation.Context.ExtractableView |
implementationContext
The implementation context that is used for creating a class or
null if it was not registered. |
Modifier | Constructor and Description |
---|---|
protected |
ContextRegistry() |
Modifier and Type | Method and Description |
---|---|
java.util.List<DynamicType> |
getAuxiliaryTypes()
Returns the auxiliary types that were registered during class creation.
|
void |
setImplementationContext(Implementation.Context.ExtractableView implementationContext)
Registers the implementation context.
|
private Implementation.Context.ExtractableView implementationContext
null
if it was not registered.public void setImplementationContext(Implementation.Context.ExtractableView implementationContext)
implementationContext
- The implementation context.public java.util.List<DynamicType> getAuxiliaryTypes()