Module aidl_parser::parser

source ·

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.