Searched defs:hasSuperSpec (Results 1 - 1 of 1) sorted by relevance

/external/smali/smali/src/main/java/org/jf/smali/
H A DsmaliParser.java490 boolean hasSuperSpec; field in class:smaliParser.smali_file_scope
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) {

Completed in 97 milliseconds