Module aidl_parser::parser[][src]

Structs

The parse result of 1 file with its corresponding ID as given via Parser::add_content() or Parser::add_file().

A parser instance which receives the individual AIDL files via Parser::add_content() or Parser::add_file(). Once all the files have been added, call Parser::parser() to trigger the validation and access the results. It is also possible to replace or remote a content with a given ID and re-trigger the parsing.