BufferItempublic class YAMLTokener extends Tokener
| Modifier and Type | Field | Description |
|---|---|---|
static char |
DASH |
|
static char |
RETURN |
|
static java.lang.String |
STOPCHARS |
QUOTES, SPACE| Constructor | Description |
|---|---|
YAMLTokener() |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Object |
decode(java.lang.String yaml) |
|
protected int |
parseLine(int deep,
EntityList owner) |
|
void |
parseToEntity(EntityList entity) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitarray, checkValues, createLink, encode, getByte, getChar, getCreator, getCreatorClass, getCurrentChar, getId, getKey, getMap, getObject, getString, getStringList, isChild, isEmpty, isEnd, isError, length, newInstance, newInstanceList, nextClean, nextString, nextString, nextString, nextToken, nextValue, notify, parseToEntity, position, remaining, skip, skip, skipChar, skipTo, skipTo, splitStrings, transformValue, withBuffer, withBuffer, withLookAHead, withLookAHead, withMappublic static final char DASH
public static final java.lang.String STOPCHARS
public static final char RETURN
public void parseToEntity(EntityList entity)
parseToEntity in class Tokenerprotected int parseLine(int deep,
EntityList owner)
public java.lang.Object decode(java.lang.String yaml)