org.yaml.snakeyaml.parser
Interface Parser

All Known Implementing Classes:
ParserImpl

public interface Parser

See Also:
PyYAML for more information

Method Summary
 boolean checkEvent(Class<? extends Event> choice)
           
 boolean checkEvent(List<Class<? extends Event>> choices)
           
 Event getEvent()
           
 Event peekEvent()
           
 

Method Detail

checkEvent

boolean checkEvent(List<Class<? extends Event>> choices)

checkEvent

boolean checkEvent(Class<? extends Event> choice)

peekEvent

Event peekEvent()

getEvent

Event getEvent()


Copyright © 2008-2009. All Rights Reserved.