class KeyValues
extends java.util.HashMap<java.lang.String,java.lang.Object>
Modifier and Type | Field and Description |
---|---|
int |
column |
java.lang.String |
key |
int |
line |
private static long |
serialVersionUID |
Constructor and Description |
---|
KeyValues() |
Modifier and Type | Method and Description |
---|---|
protected void |
error(java.lang.String message) |
protected KeyValues |
optKeyValues(java.lang.String key) |
java.lang.String |
optString(java.lang.String key) |
void |
print() |
protected KeyValues |
reqKeyValues(java.lang.String key) |
protected double |
reqNumber(java.lang.String key) |
protected java.lang.String |
reqString(java.lang.String key) |
protected java.lang.String |
reqStringOrNumber(java.lang.String key) |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
private static final long serialVersionUID
public java.lang.String key
public int line
public int column
public void print()
public java.lang.String optString(java.lang.String key) throws java.io.IOException
java.io.IOException
protected java.lang.String reqString(java.lang.String key) throws java.io.IOException
java.io.IOException
protected java.lang.String reqStringOrNumber(java.lang.String key) throws java.io.IOException
java.io.IOException
protected double reqNumber(java.lang.String key) throws java.io.IOException
java.io.IOException
protected KeyValues optKeyValues(java.lang.String key) throws java.io.IOException
java.io.IOException
protected KeyValues reqKeyValues(java.lang.String key) throws java.io.IOException
java.io.IOException
protected void error(java.lang.String message) throws java.io.IOException
java.io.IOException