ILanguageImplInternal

public interface ILanguageImplInternal extends ILanguageImpl

Methods

addComponent

boolean addComponent(ILanguageComponent component)

Adds a component to the implementation.

Parameters:
  • component – Component to add.
Returns:

True if the component was added, false if it already existed.

belongsToInternal

ILanguageInternal belongsToInternal()
Returns:Language this implementation belongs to.

removeComponent

boolean removeComponent(ILanguageComponent component)

Removes a component from the implementation.

Parameters:
  • component – Component to remove.
Returns:

True if the component was removed, false if it did not exist.