Home
last modified time | relevance | path

Searched refs:SIMPLE_NAME74 (Results 1 – 1 of 1) sorted by relevance

/external/smali/smali/src/main/java/org/jf/smali/
DsmaliTreeWalker.java2348 CommonTree SIMPLE_NAME74=null; in method_name_and_prototype() local
2355SIMPLE_NAME74=(CommonTree)match(input,SIMPLE_NAME,FOLLOW_SIMPLE_NAME_in_method_name_and_prototype1… in method_name_and_prototype()
2361 retval.name = (SIMPLE_NAME74!=null?SIMPLE_NAME74.getText():null); in method_name_and_prototype()