Package proguard.io
Class DataEntryToken
- java.lang.Object
-
- proguard.io.DataEntryToken
-
public class DataEntryToken extends java.lang.Object
Represents a character sequence that is part of aDataEntry
and that has a certain meaning denoted by itsDataEntryTokenType
.
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
string
DataEntryTokenType
type
-
Constructor Summary
Constructors Constructor Description DataEntryToken(java.lang.String string, DataEntryTokenType type)
-
-
-
Field Detail
-
string
public java.lang.String string
-
type
public DataEntryTokenType type
-
-
Constructor Detail
-
DataEntryToken
public DataEntryToken(java.lang.String string, DataEntryTokenType type)
-
-