Searched defs:ExpectBlockSequenceItem (Results 1 - 1 of 1) sorted by relevance

/external/snakeyaml/src/main/java/org/yaml/snakeyaml/emitter/
H A DEmitter.java578 new ExpectBlockSequenceItem(true).expect();
582 private class ExpectBlockSequenceItem implements EmitterState { class in class:Emitter
585 public ExpectBlockSequenceItem(boolean first) { method in class:Emitter.ExpectBlockSequenceItem
597 states.push(new ExpectBlockSequenceItem(false));

Completed in 161 milliseconds