Hover

public class Hover

Represents hover information produced by the hover service.

Fields

region

public final ISourceRegion region

Region in the source file where the hover information is for.

text

public final String text

Text to show as hover information.

Constructors

Hover

public Hover(ISourceRegion region, String text)