ParserAp_ptr 
ParserAp_create(
    
)

Defined in ParserAp.c

void 
ParserAp_destroy(
  ParserAp_ptr  self 
)

Defined in ParserAp.c

NodeList_ptr 
ParserAp_get_ap_list(
  const ParserAp_ptr  self 
)
Returned list is owned by self, and should not be changed or destroyed

Defined in ParserAp.c

void 
ParserAp_parse_from_file(
  ParserAp_ptr  self, 
  FILE* f 
)

Defined in ParserAp.c

void 
ParserAp_parse_from_string(
  ParserAp_ptr  self, 
  const char* str 
)

Defined in ParserAp.c

void 
ParserAp_reset(
  ParserAp_ptr  self 
)

Defined in ParserAp.c

void 
parser_ap_add(
  ParserAp_ptr  self, 
  node_ptr  ap 
)

Defined in ParserAp.c

static void 
parser_ap_deinit(
  ParserAp_ptr  self 
)

Defined in ParserAp.c

static void 
parser_ap_init(
  ParserAp_ptr  self 
)

Defined in ParserAp.c

node_ptr 
parser_ap_mk_ap(
  ParserAp_ptr  self, 
  node_ptr  label, 
  node_ptr  ap 
)

Defined in ParserAp.c

Last updated on 2011/04/06 21h:12