private static class RubyDateFormat.Token
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private java.lang.Object |
data |
private int |
format |
| Constructor and Description |
|---|
Token(int format) |
Token(int format,
java.lang.Object data) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getData()
Gets the data.
|
int |
getFormat()
Gets the format.
|