Interface ILanguage

  • All Superinterfaces:
    org.eclipse.core.runtime.IAdaptable
    All Known Implementing Classes:
    AbstractCLikeLanguage, AbstractLanguage, AssemblyLanguage, GCCLanguage, GPPLanguage

    public interface ILanguage
    extends org.eclipse.core.runtime.IAdaptable
    Models differences between languages. The interface is not supposed to be implemented directly. Rather than that clients may subclass AbstractLanguage.
    Restriction:
    This interface is not intended to be implemented by clients.
    Restriction:
    This interface is not intended to be extended by clients.