FixItHint

public class FixItHint

Constructors

FixItHint

protected FixItHint(APIClient client)

Internal constructor

Methods

fromProtobuf

public static FixItHint fromProtobuf(APIClient client, Out.CocoFixItHint inputValue)

Internal constructor

getRange

public final io.cocotec.coco.platform.coco.SourceRange getRange()

The range to replace. If this is a point range (i.e. range.start() == range.end()) this means insert at the given position, before the text that is currently there.

getReplacement

public final String getReplacement()

The string to replace range() by.