Uses of Enum Class
com.pnfsoftware.jeb.core.units.code.android.EffectiveFinalityType
Packages that use EffectiveFinalityType
Package
Description
This package and sub-packages contain all types used by Android code analysis plugins.
-
Uses of EffectiveFinalityType in com.pnfsoftware.jeb.core.units.code.android
Methods in com.pnfsoftware.jeb.core.units.code.android that return EffectiveFinalityTypeModifier and TypeMethodDescriptionIDexContextInfoProvider.getFieldEFInfo(String fsig) Retrieve the effective-finality information for a field.static EffectiveFinalityTypeReturns the enum constant of this class with the specified name.static EffectiveFinalityType[]EffectiveFinalityType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.pnfsoftware.jeb.core.units.code.android with parameters of type EffectiveFinalityTypeModifier and TypeMethodDescriptionbooleanIDexContextInfoProvider.setFieldEFInfo(String fsig, EffectiveFinalityType eft) Set the effective-finality information for a field.