public static final class IResolveContext.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements IResolveContext
software.amazon.jsii.JsiiObject.InitializationModeIResolveContext.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getPreparing()
True when we are still preparing, false if we're rendering the final output.
|
IConstruct |
getScope()
The scope from which resolution has been initiated.
|
void |
registerPostProcessor(IPostProcessor postProcessor)
Use this postprocessor after the entire token structure has been resolved.
|
Object |
resolve(Object x)
Resolve an inner object.
|
jsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetprotected Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode)
@Stability(value=Stable) public Boolean getPreparing()
getPreparing in interface IResolveContext@Stability(value=Stable) public IConstruct getScope()
getScope in interface IResolveContext@Stability(value=Stable) public void registerPostProcessor(IPostProcessor postProcessor)
registerPostProcessor in interface IResolveContextCopyright © 2019. All rights reserved.