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

/external/proguard/src/proguard/
H A DClassSpecification.java41 public final String extendsClassName; field in class:ClassSpecification
74 classSpecification.extendsClassName,
102 * @param extendsClassName the name of the class that the class
113 String extendsClassName)
121 extendsClassName,
149 * @param extendsClassName the name of the class that the class
162 String extendsClassName,
172 this.extendsClassName = extendsClassName;
229 (this.extendsClassName
107 ClassSpecification(String comments, int requiredSetAccessFlags, int requiredUnsetAccessFlags, String annotationType, String className, String extendsAnnotationType, String extendsClassName) argument
156 ClassSpecification(String comments, int requiredSetAccessFlags, int requiredUnsetAccessFlags, String annotationType, String className, String extendsAnnotationType, String extendsClassName, List fieldSpecifications, List methodSpecifications) argument
[all...]
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/evaluation/Stack.class Stack.java package proguard ...

Completed in 361 milliseconds