ILanguageInternal

public interface ILanguageInternal extends ILanguage

Methods

add

void add(ILanguageImplInternal implementation)

Adds a language implementation that belongs to this language.

Parameters:
  • implementation – Language implementation to add.

remove

void remove(ILanguageImplInternal implementation)

Removes a language implementation that no longer belongs to this language.

Parameters:
  • implementation – Language implementation to remove.