Package org.pkl.core.stdlib
Interface LanguageAwareNode
-
public interface LanguageAwareNodeA node that requires access to `VmLanguage`.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinitLanguage(VmLanguage language)Initializes this node with a `VmLanguage` instance.
-
-
-
Method Detail
-
initLanguage
void initLanguage(VmLanguage language)
Initializes this node with a `VmLanguage` instance. This method is called once after instantiating this node.
-
-