Interface LanguageAwareNode


  • public interface LanguageAwareNode
    A node that requires access to `VmLanguage`.
    • Method Detail

      • initLanguage

        void initLanguage​(VmLanguage language)
        Initializes this node with a `VmLanguage` instance. This method is called once after instantiating this node.