Package com.getkeepsafe.dexcount.source
Interface SourceFile
-
- All Superinterfaces:
AutoCloseable,Closeable
public interface SourceFile extends Closeable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<FieldRef>getFieldRefs()List<MethodRef>getMethodRefs()
-
-
-
Method Detail
-
getMethodRefs
List<MethodRef> getMethodRefs()
-
getFieldRefs
List<FieldRef> getFieldRefs()
-
-