# Print output for @column tags ?> AbstractMessageParser.Acronym - Android SDK | Android Developers

Most visited


Recently visited


AbstractMessageParser.Acronym

public static class AbstractMessageParser.Acronym
extends AbstractMessageParser.Token

java.lang.Object
   ↳ com.google.android.util.AbstractMessageParser.Token
     ↳ com.google.android.util.AbstractMessageParser.Acronym


Represents an acronym that was found in the input.

Summary


Inherited fields

Public constructors

Acronym(String text, String value)

Public methods

List<String> getInfo()

Get the relevant information about a token

String getValue()
boolean isHtml()

Inherited methods

Public constructors


Acronym

public Acronym (String text, 
                String value)

Parameters
text String

value String

Public methods


getInfo

public List<String> getInfo ()

Get the relevant information about a token

Returns
List<String> a list of strings representing the token, not null The first item is always a string representation of the type

getValue

public String getValue ()

Returns
String

isHtml

public boolean isHtml ()

Returns
boolean

Browse this site in English?

You requested a page in English, but your language preference for this site is English.

Would you like to change your language preference and browse this site in English? If you want to change your language preference later, use the language menu at the bottom of each page.