org.yecht
public interface DefaultYAMLParser.yyInput
Method Summary | |
---|---|
boolean | advance() move on to next token. |
int | token() classifies current token.
|
Object | value() associated with current token.
|
Returns: false if positioned beyond tokens.
Throws: IOException on input error.
Returns: current %token or single character.