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

From class java.lang.Object
Object
clone()
boolean
equals(Object arg0)
void
finalize()
final Class<?>
getClass()
int
hashCode()
final void
notify()
final void
notifyAll()
String
toString()
final void
wait(long arg0, int arg1)
final void
wait(long arg0)
final void
wait()

Public Methods

public abstract String getText ()

Gets the suggested text.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年05月14日 UTC.