Home | History | Annotate | Download | only in proguard

Lines Matching defs:keepClassSpecification

506                 KeepClassSpecification keepClassSpecification = (KeepClassSpecification)noteExceptions.get(index);
507 if (keepClassSpecification.markClasses)
510 String className = keepClassSpecification.className;
517 String extendsClassName = keepClassSpecification.extendsClassName;
547 KeepClassSpecification keepClassSpecification = (KeepClassSpecification)noteExceptions.get(index);
549 keepClassSpecification.fieldSpecifications :
550 keepClassSpecification.methodSpecifications;