HomeSort by relevance Sort by last modified time
    Searched refs:I_METHOD (Results 1 - 4 of 4) sorted by null

  /external/smali/smali/src/main/antlr/
smaliTreeWalker.g 362 ^(I_METHOD
411 throw new SemanticException(input, $I_METHOD, "A non-abstract/non-native method must have at least 1 instruction");
430 throw new SemanticException(input, $I_METHOD, "try/catch blocks cannot be present in \%s method", methodType);
434 throw new SemanticException(input, $I_METHOD, "debug directives cannot be present in \%s method", methodType);
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 for a non-abstract/non-final method");
    [all...]
smaliParser.g 171 I_METHOD;
493 -> ^(I_METHOD[$start, "I_METHOD"] member_name method_prototype access_list statements_and_directives);
    [all...]
  /external/smali/smali/src/main/java/org/jf/smali/
smaliTreeWalker.java 82 "I_LINE", "I_LOCAL", "I_LOCALS", "I_METHOD", "I_METHODS", "I_METHOD_PROTOTYPE",
224 public static final int I_METHOD=117;
    [all...]
smaliParser.java 52 "I_LINE", "I_LOCAL", "I_LOCALS", "I_METHOD", "I_METHODS", "I_METHOD_PROTOTYPE",
194 public static final int I_METHOD=117;
    [all...]

Completed in 44 milliseconds