# 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