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

/external/smali/smali/src/main/antlr3/
H A DsmaliParser.g437 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) {
/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 183 milliseconds