Interface LanguageAwareNode


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

    Modifier and Type
    Method
    Description
    void
    Initializes this node with a `VmLanguage` instance.
  • Method Details

    • initLanguage

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