程序包 org.javacs.lsp

类 TextEdit

java.lang.Object
org.javacs.lsp.TextEdit

public class TextEdit extends Object
  • 字段详细资料

    • range

      public Range range
    • newText

      public String newText
    • NONE

      public static final TextEdit NONE
  • 构造器详细资料

    • TextEdit

      public TextEdit()
    • TextEdit

      public TextEdit(Range range, String newText)
  • 方法详细资料