Searched refs:statements_and_directives (Results 1 – 3 of 3) sorted by relevance
507 … METHOD_DIRECTIVE access_or_restriction_list member_name method_prototype statements_and_directives509 …rt, "I_METHOD"] member_name method_prototype access_or_restriction_list statements_and_directives);511 statements_and_directives518 $statements_and_directives::hasRegistersDirective = false;519 $statements_and_directives::methodAnnotations = new ArrayList<CommonTree>();526 | annotation {$statements_and_directives::methodAnnotations.add($annotation.tree);}532 {buildTree(I_ANNOTATIONS, "I_ANNOTATIONS", $statements_and_directives::methodAnnotations)};546 if ($statements_and_directives::hasRegistersDirective) {549 $statements_and_directives::hasRegistersDirective=true;780 add them to the $statements_and_directives::methodAnnotations list*/[all …]
1711 statements_and_directives34=statements_and_directives(); in method()1783 …public final smaliParser.statements_and_directives_return statements_and_directives() throws Recog… in statements_and_directives() method in smaliParser