interface  org.yaml.snakeyaml.emitter.EmitterState extends java.lang.Object
{
public abstract void expect() throws java.io.IOException;
}