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.
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 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 |
public boolean isHtml ()
Returns | |
---|---|
boolean |