Searched refs:I_METHOD (Results 1 – 4 of 4) sorted by relevance
/external/smali/smali/src/main/antlr/ |
D | smaliTreeWalker.g | 362 ^(I_METHOD 411 …throw new SemanticException(input, $I_METHOD, "A non-abstract/non-native method must have at least… 430 …throw new SemanticException(input, $I_METHOD, "try/catch blocks cannot be present in \%s method", … 434 …throw new SemanticException(input, $I_METHOD, "debug directives cannot be present in \%s method", … 440 … throw new SemanticException(input, $I_METHOD, "An abstract method cannot have any instructions"); 443 … throw new SemanticException(input, $I_METHOD, "A native method cannot have any instructions"); 447 …throw new SemanticException(input, $I_METHOD, "A .registers or .locals directive must be present f…
|
D | smaliParser.g | 171 I_METHOD; 493 …-> ^(I_METHOD[$start, "I_METHOD"] member_name method_prototype access_list statements_and_directiv…
|
/external/smali/smali/src/main/java/org/jf/smali/ |
D | smaliTreeWalker.java | 224 public static final int I_METHOD=117; field in smaliTreeWalker 942 if ( (LA6_0==I_METHOD) ) { in methods() 2107 I_METHOD70=(CommonTree)match(input,I_METHOD,FOLLOW_I_METHOD_in_method945); in method()
|
D | smaliParser.java | 194 public static final int I_METHOD=117; field in smaliParser 1560 …root_1 = (CommonTree)adaptor.becomeRoot((CommonTree)adaptor.create(I_METHOD, (retval.start), "I_ME… in method()
|