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

  /external/smali/smali/src/main/antlr3/
smaliParser.g 438 boolean hasSourceSpec;
442 { $smali_file::hasClassSpec = $smali_file::hasSuperSpec = $smali_file::hasSourceSpec = false;
449 | {!$smali_file::hasSourceSpec}?=> source_spec {$smali_file::hasSourceSpec = true;}
    [all...]
  /external/smali/smali/src/main/java/org/jf/smali/
smaliParser.java 491 boolean hasSourceSpec;
531 smali_file_stack.peek().hasClassSpec = smali_file_stack.peek().hasSuperSpec = smali_file_stack.peek().hasSourceSpec = false;
553 else if ( (LA1_0==SOURCE_DIRECTIVE) && ((!smali_file_stack.peek().hasSourceSpec))) {
608 if ( !((!smali_file_stack.peek().hasSourceSpec)) ) {
609 throw new FailedPredicateException(input, "smali_file", "!$smali_file::hasSourceSpec");
616 smali_file_stack.peek().hasSourceSpec = true;
    [all...]

Completed in 36 milliseconds