Package jadx.api.plugins.input.data
Interface IFieldData
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetAccessFlags()java.util.List<IJadxAttribute>getAttributes()-
Methods inherited from interface jadx.api.plugins.input.data.IFieldRef
getName, getParentClassType, getType
-
-
-
-
Method Detail
-
getAccessFlags
int getAccessFlags()
-
getAttributes
java.util.List<IJadxAttribute> getAttributes()
-
-