Package org.pkl.core.stdlib
Interface LanguageAwareNode
public interface LanguageAwareNode
A node that requires access to `VmLanguage`.
-
Method Summary
Modifier and TypeMethodDescriptionvoidinitLanguage(VmLanguage language) Initializes this node with a `VmLanguage` instance.
-
Method Details
-
initLanguage
Initializes this node with a `VmLanguage` instance. This method is called once after instantiating this node.
-