程序包 com.intellij.psi

接口 PsiLanguageInjectionHost.Shred

封闭接口:
PsiLanguageInjectionHost

public static interface PsiLanguageInjectionHost.Shred
  • 方法详细资料

    • getHostRangeMarker

      @Nullable("returns null when the host document marker is invalid") @Nullable("returns null when the host document marker is invalid") Segment getHostRangeMarker()
    • getRangeInsideHost

      @NotNull @NotNull TextRange getRangeInsideHost()
    • isValid

      boolean isValid()
    • dispose

      void dispose()
    • getHost

      @Nullable @Nullable PsiLanguageInjectionHost getHost()
    • getRange

      @NotNull @NotNull TextRange getRange()
      返回:
      range in decoded PSI
    • getPrefix

      @NotNull @NotNull String getPrefix()
    • getSuffix

      @NotNull @NotNull String getSuffix()