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

  /external/smali/smali/src/main/antlr3/
smaliParser.g 437 boolean hasSuperSpec;
442 { $smali_file::hasClassSpec = $smali_file::hasSuperSpec = $smali_file::hasSourceSpec = false;
447 | {!$smali_file::hasSuperSpec}?=> super_spec {$smali_file::hasSuperSpec = true;}
460 if (!$smali_file::hasSuperSpec) {
    [all...]
  /external/smali/smali/src/main/java/org/jf/smali/
smaliParser.java 490 boolean hasSuperSpec;
531 smali_file_stack.peek().hasClassSpec = smali_file_stack.peek().hasSuperSpec = smali_file_stack.peek().hasSourceSpec = false;
547 else if ( (LA1_0==SUPER_DIRECTIVE) && ((!smali_file_stack.peek().hasSuperSpec))) {
584 if ( !((!smali_file_stack.peek().hasSuperSpec)) ) {
585 throw new FailedPredicateException(input, "smali_file", "!$smali_file::hasSuperSpec");
592 smali_file_stack.peek().hasSuperSpec = true;
667 if (!smali_file_stack.peek().hasSuperSpec) {
    [all...]

Completed in 84 milliseconds