module Aio::Parse::ParserMachine class HasContextState < ParentState def get_context end def parse_context_ok end end end