接口 DependentLanguage


public interface DependentLanguage
A language that isn't meant to be user-visible. So it won't be shown in the popups suggesting a user to choose a language, e.g. for injection. This marker interface can be used for languages that are implementation details, e.g. languages of some lazy-parseable element type, or specific dialects chosen by a fleet.com.intellij.psi.LanguageSubstitutor.
另请参阅:
  • fleet.com.intellij.psi.templateLanguages.TemplateLanguage
  • InjectableLanguage