Searched refs:I_METHOD70 (Results 1 – 1 of 1) sorted by relevance
/external/smali/smali/src/main/java/org/jf/smali/ |
D | smaliTreeWalker.java | 2090 CommonTree I_METHOD70=null; in method() local 2107 I_METHOD70=(CommonTree)match(input,I_METHOD,FOLLOW_I_METHOD_in_method945); in method() 2210 …throw new SemanticException(input, I_METHOD70, "A non-abstract/non-native method must have at leas… in method() 2229 …throw new SemanticException(input, I_METHOD70, "try/catch blocks cannot be present in %s method", … in method() 2233 …throw new SemanticException(input, I_METHOD70, "debug directives cannot be present in %s method", … in method() 2239 … throw new SemanticException(input, I_METHOD70, "An abstract method cannot have any instructions"); in method() 2242 … throw new SemanticException(input, I_METHOD70, "A native method cannot have any instructions"); in method() 2246 …throw new SemanticException(input, I_METHOD70, "A .registers or .locals directive must be present … in method()
|