RewritingSuggestion

  • RewritingSuggestion is an abstract class representing a single suggestion from rewriting inference.

  • The getText() method is a public abstract method that returns the suggested text as a String.

  • RewritingSuggestion inherits several methods from the java.lang.Object class.

public abstract class RewritingSuggestion extends Object

A single suggestion from the rewriting inference.

Public Method Summary

abstract String
getText()
Gets the suggested text.

Inherited Method Summary

Public Methods

public abstract String getText ()

Gets the suggested text.