OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:statements_and_directives
(Results
1 - 3
of
3
) sorted by null
/external/smali/smali/src/main/antlr/
smaliParser.g
491
: METHOD_DIRECTIVE access_list member_name method_prototype
statements_and_directives
493
-> ^(I_METHOD[$start, "I_METHOD"] member_name method_prototype access_list
statements_and_directives
);
495
statements_and_directives
502
$
statements_and_directives
::hasRegistersDirective = false;
503
$
statements_and_directives
::methodAnnotations = new ArrayList<CommonTree>();
510
| annotation {$
statements_and_directives
::methodAnnotations.add($annotation.tree);}
516
{buildTree(I_ANNOTATIONS, "I_ANNOTATIONS", $
statements_and_directives
::methodAnnotations)};
530
if ($
statements_and_directives
::hasRegistersDirective) {
533
$
statements_and_directives
::hasRegistersDirective=true;
743
add them to the $
statements_and_directives
::methodAnnotations list*
[
all
...]
/external/smali/smalidea/src/main/antlr/
smalideaParser.g
316
: METHOD_DIRECTIVE access_list member_name method_prototype
statements_and_directives
332
statements_and_directives
932
add them to the $
statements_and_directives
::methodAnnotations list*/
[
all
...]
/external/smali/smali/src/main/java/org/jf/smali/
smaliParser.java
1609
public final smaliParser.
statements_and_directives
_return
statements_and_directives
() throws RecognitionException {
method in class:smaliParser
[
all
...]
Completed in 193 milliseconds