Uses of Enum Class
org.jf.dexlib2.HiddenApiRestriction
Packages that use HiddenApiRestriction
Package
Description
-
Uses of HiddenApiRestriction in org.jf.baksmali.Adaptors
Method parameters in org.jf.baksmali.Adaptors with type arguments of type HiddenApiRestrictionModifier and TypeMethodDescriptionprivate static voidFieldDefinition.writeAccessFlagsAndRestrictions(BaksmaliWriter writer, int accessFlags, Set<HiddenApiRestriction> hiddenApiRestrictions) private static voidMethodDefinition.writeAccessFlagsAndRestrictions(BaksmaliWriter writer, int accessFlags, Set<HiddenApiRestriction> hiddenApiRestrictions) -
Uses of HiddenApiRestriction in org.jf.dexlib2
Fields in org.jf.dexlib2 declared as HiddenApiRestrictionModifier and TypeFieldDescriptionprivate static final HiddenApiRestriction[]HiddenApiRestriction.domainSpecificApiFlagsprivate static final HiddenApiRestriction[]HiddenApiRestriction.hiddenApiFlagsFields in org.jf.dexlib2 with type parameters of type HiddenApiRestrictionModifier and TypeFieldDescriptionprivate static final Map<String, HiddenApiRestriction> HiddenApiRestriction.hiddenApiRestrictionsByNameMethods in org.jf.dexlib2 that return HiddenApiRestrictionModifier and TypeMethodDescriptionstatic HiddenApiRestrictionstatic HiddenApiRestrictionReturns the enum constant of this class with the specified name.static HiddenApiRestriction[]HiddenApiRestriction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jf.dexlib2 that return types with arguments of type HiddenApiRestrictionModifier and TypeMethodDescriptionstatic Set<HiddenApiRestriction> HiddenApiRestriction.getAllFlags(int value) Method parameters in org.jf.dexlib2 with type arguments of type HiddenApiRestrictionModifier and TypeMethodDescriptionstatic intHiddenApiRestriction.combineFlags(Iterable<HiddenApiRestriction> flags) -
Uses of HiddenApiRestriction in org.jf.dexlib2.analysis
Methods in org.jf.dexlib2.analysis that return types with arguments of type HiddenApiRestriction -
Uses of HiddenApiRestriction in org.jf.dexlib2.analysis.reflection
Methods in org.jf.dexlib2.analysis.reflection that return types with arguments of type HiddenApiRestrictionModifier and TypeMethodDescriptionReflectionConstructor.getHiddenApiRestrictions()ReflectionField.getHiddenApiRestrictions()ReflectionMethod.getHiddenApiRestrictions() -
Uses of HiddenApiRestriction in org.jf.dexlib2.dexbacked
Methods in org.jf.dexlib2.dexbacked that return types with arguments of type HiddenApiRestrictionModifier and TypeMethodDescriptionDexBackedField.getHiddenApiRestrictions()DexBackedMethod.getHiddenApiRestrictions() -
Uses of HiddenApiRestriction in org.jf.dexlib2.iface
Methods in org.jf.dexlib2.iface that return types with arguments of type HiddenApiRestrictionModifier and TypeMethodDescriptionField.getHiddenApiRestrictions()Gets the hidden api restrictions for this field.Member.getHiddenApiRestrictions()Gets the hidden api restrictions for this member.Method.getHiddenApiRestrictions()Gets the hidden api restrictions for this method. -
Uses of HiddenApiRestriction in org.jf.dexlib2.immutable
Fields in org.jf.dexlib2.immutable with type parameters of type HiddenApiRestrictionModifier and TypeFieldDescriptionprotected final com.google.common.collect.ImmutableSet<HiddenApiRestriction> ImmutableField.hiddenApiRestrictionsprotected final com.google.common.collect.ImmutableSet<HiddenApiRestriction> ImmutableMethod.hiddenApiRestrictionsMethods in org.jf.dexlib2.immutable that return types with arguments of type HiddenApiRestrictionModifier and TypeMethodDescriptionImmutableField.getHiddenApiRestrictions()ImmutableMethod.getHiddenApiRestrictions()Constructor parameters in org.jf.dexlib2.immutable with type arguments of type HiddenApiRestrictionModifierConstructorDescriptionImmutableField(String definingClass, String name, String type, int accessFlags, EncodedValue initialValue, Collection<? extends Annotation> annotations, Set<HiddenApiRestriction> hiddenApiRestrictions) -
Uses of HiddenApiRestriction in org.jf.dexlib2.rewriter
Methods in org.jf.dexlib2.rewriter that return types with arguments of type HiddenApiRestrictionModifier and TypeMethodDescriptionFieldRewriter.RewrittenField.getHiddenApiRestrictions()MethodRewriter.RewrittenMethod.getHiddenApiRestrictions() -
Uses of HiddenApiRestriction in org.jf.dexlib2.writer
Methods in org.jf.dexlib2.writer that return types with arguments of type HiddenApiRestrictionModifier and TypeMethodDescriptionClassSection.getFieldHiddenApiRestrictions(FieldKey key) ClassSection.getMethodHiddenApiRestrictions(MethodKey key) Method parameters in org.jf.dexlib2.writer with type arguments of type HiddenApiRestrictionModifier and TypeMethodDescriptionvoidDexWriter.RestrictionsWriter.writeRestriction(Set<HiddenApiRestriction> hiddenApiRestrictions) -
Uses of HiddenApiRestriction in org.jf.dexlib2.writer.builder
Fields in org.jf.dexlib2.writer.builder with type parameters of type HiddenApiRestrictionModifier and TypeFieldDescription(package private) Set<HiddenApiRestriction> BuilderField.hiddenApiRestrictions(package private) final Set<HiddenApiRestriction> BuilderMethod.hiddenApiRestrictionsMethods in org.jf.dexlib2.writer.builder that return types with arguments of type HiddenApiRestrictionModifier and TypeMethodDescriptionBuilderClassPool.getFieldHiddenApiRestrictions(BuilderField builderField) BuilderField.getHiddenApiRestrictions()BuilderMethod.getHiddenApiRestrictions()BuilderClassPool.getMethodHiddenApiRestrictions(BuilderMethod builderMethod) Constructor parameters in org.jf.dexlib2.writer.builder with type arguments of type HiddenApiRestrictionModifierConstructorDescription(package private)BuilderField(BuilderFieldReference fieldReference, int accessFlags, BuilderEncodedValues.BuilderEncodedValue initialValue, BuilderAnnotationSet annotations, Set<HiddenApiRestriction> hiddenApiRestrictions) (package private)BuilderMethod(BuilderMethodReference methodReference, List<? extends BuilderMethodParameter> parameters, int accessFlags, BuilderAnnotationSet annotations, Set<HiddenApiRestriction> hiddenApiRestrictions, MethodImplementation methodImplementation) -
Uses of HiddenApiRestriction in org.jf.dexlib2.writer.pool
Methods in org.jf.dexlib2.writer.pool that return types with arguments of type HiddenApiRestrictionModifier and TypeMethodDescriptionClassPool.getFieldHiddenApiRestrictions(Field field) PoolMethod.getHiddenApiRestrictions()ClassPool.getMethodHiddenApiRestrictions(PoolMethod poolMethod) -
Uses of HiddenApiRestriction in org.jf.smali
Fields in org.jf.smali with type parameters of type HiddenApiRestrictionModifier and TypeFieldDescriptionsmaliTreeWalker.access_or_restriction_list_return.hiddenApiRestrictions