public static interface DefaultYAMLParser.yyInput
| Modifier and Type | Method and Description |
|---|---|
boolean |
advance()
move on to next token.
|
int |
token()
classifies current token.
|
Object |
value()
associated with current token.
|
boolean advance()
throws IOException
IOException - on input error.int token()
advance() returned false.Copyright © 2025. All rights reserved.