Package org.pkl.core.runtime
Class VmLocalContext
java.lang.Object
org.pkl.core.runtime.VmLocalContext
A per-context thread-local value that can be used to influence execution.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidshouldEagerTypecheck(boolean shouldEagerTypecheck)
-
Constructor Details
-
VmLocalContext
public VmLocalContext()
-
-
Method Details
-
shouldEagerTypecheck
public void shouldEagerTypecheck(boolean shouldEagerTypecheck) -
shouldEagerTypecheck
public boolean shouldEagerTypecheck()
-