Package jadx.api.plugins.input.data
Interface IClassData
- All Known Implementing Classes:
DexClassData
public interface IClassData
-
Method Summary
Modifier and TypeMethodDescriptioncopy()intint@Nullable StringgetType()voidvisitFieldsAndMethods(ISeqConsumer<IFieldData> fieldsConsumer, ISeqConsumer<IMethodData> mthConsumer)
-
Method Details
-
copy
IClassData copy() -
getInputFileName
String getInputFileName() -
getType
String getType() -
getAccessFlags
int getAccessFlags() -
getInputFileOffset
int getInputFileOffset() -
getSuperType
-
getInterfacesTypes
-
visitFieldsAndMethods
void visitFieldsAndMethods(ISeqConsumer<IFieldData> fieldsConsumer, ISeqConsumer<IMethodData> mthConsumer) -
getAttributes
List<IJadxAttribute> getAttributes() -
getDisassembledCode
String getDisassembledCode()
-