Uses of Interface
org.jf.dexlib2.iface.Field
Packages that use Field
Package
Description
-
Uses of Field in org.jf.baksmali.Adaptors
Methods in org.jf.baksmali.Adaptors with parameters of type FieldModifier and TypeMethodDescriptionstatic voidFieldDefinition.writeTo(BaksmaliWriter writer, Field field, boolean setInStaticConstructor) -
Uses of Field in org.jf.dexlib2.analysis.reflection
Classes in org.jf.dexlib2.analysis.reflection that implement FieldMethods in org.jf.dexlib2.analysis.reflection that return types with arguments of type FieldModifier and TypeMethodDescriptionReflectionClassDef.getFields()ReflectionClassDef.getInstanceFields()ReflectionClassDef.getStaticFields() -
Uses of Field in org.jf.dexlib2.dexbacked
Classes in org.jf.dexlib2.dexbacked that implement Field -
Uses of Field in org.jf.dexlib2.iface
Methods in org.jf.dexlib2.iface that return types with arguments of type FieldModifier and TypeMethodDescriptionClassDef.getFields()Gets all the fields that are defined by this class.ClassDef.getInstanceFields()Gets the instance fields that are defined by this class.ClassDef.getStaticFields()Gets the static fields that are defined by this class. -
Uses of Field in org.jf.dexlib2.immutable
Classes in org.jf.dexlib2.immutable that implement FieldFields in org.jf.dexlib2.immutable with type parameters of type FieldModifier and TypeFieldDescriptionprivate static final ImmutableConverter<ImmutableField, Field> ImmutableField.CONVERTERMethods in org.jf.dexlib2.immutable with parameters of type FieldMethod parameters in org.jf.dexlib2.immutable with type arguments of type FieldModifier and TypeMethodDescriptionstatic com.google.common.collect.ImmutableSortedSet<ImmutableField> ImmutableField.immutableSetOf(Iterable<? extends Field> list) Constructor parameters in org.jf.dexlib2.immutable with type arguments of type FieldModifierConstructorDescriptionImmutableClassDef(String type, int accessFlags, String superclass, Collection<String> interfaces, String sourceFile, Collection<? extends Annotation> annotations, Iterable<? extends Field> staticFields, Iterable<? extends Field> instanceFields, Iterable<? extends Method> directMethods, Iterable<? extends Method> virtualMethods) ImmutableClassDef(String type, int accessFlags, String superclass, Collection<String> interfaces, String sourceFile, Collection<? extends Annotation> annotations, Iterable<? extends Field> fields, Iterable<? extends Method> methods) -
Uses of Field in org.jf.dexlib2.rewriter
Classes in org.jf.dexlib2.rewriter that implement FieldFields in org.jf.dexlib2.rewriter declared as FieldFields in org.jf.dexlib2.rewriter with type parameters of type FieldMethods in org.jf.dexlib2.rewriter that return FieldMethods in org.jf.dexlib2.rewriter that return types with arguments of type FieldModifier and TypeMethodDescriptionDexRewriter.getFieldRewriter()RewriterModule.getFieldRewriter(Rewriters rewriters) Rewriters.getFieldRewriter()ClassDefRewriter.RewrittenClassDef.getFields()ClassDefRewriter.RewrittenClassDef.getInstanceFields()ClassDefRewriter.RewrittenClassDef.getStaticFields()Methods in org.jf.dexlib2.rewriter with parameters of type FieldConstructors in org.jf.dexlib2.rewriter with parameters of type Field -
Uses of Field in org.jf.dexlib2.util
Fields in org.jf.dexlib2.util with type parameters of type FieldModifier and TypeFieldDescriptionstatic com.google.common.base.Predicate<Field> FieldUtil.FIELD_IS_INSTANCEstatic com.google.common.base.Predicate<Field> FieldUtil.FIELD_IS_STATICMethods in org.jf.dexlib2.util with parameters of type Field -
Uses of Field in org.jf.dexlib2.writer.builder
Classes in org.jf.dexlib2.writer.builder that implement FieldFields in org.jf.dexlib2.writer.builder with type parameters of type FieldModifier and TypeFieldDescriptionprivate static final com.google.common.base.Predicate<Field> BuilderClassPool.HAS_INITIALIZER -
Uses of Field in org.jf.dexlib2.writer.pool
Fields in org.jf.dexlib2.writer.pool with type parameters of type FieldModifier and TypeFieldDescription(package private) final com.google.common.collect.ImmutableSortedSet<Field> PoolClassDef.instanceFields(package private) final com.google.common.collect.ImmutableSortedSet<Field> PoolClassDef.staticFieldsMethods in org.jf.dexlib2.writer.pool that return types with arguments of type FieldModifier and TypeMethodDescriptionPoolClassDef.getFields()PoolClassDef.getInstanceFields()Collection<? extends Field> ClassPool.getSortedFields(PoolClassDef classDef) Collection<? extends Field> ClassPool.getSortedInstanceFields(PoolClassDef classDef) Collection<? extends Field> ClassPool.getSortedStaticFields(PoolClassDef classDef) PoolClassDef.getStaticFields()Methods in org.jf.dexlib2.writer.pool with parameters of type FieldModifier and TypeMethodDescriptionintClassPool.getFieldAccessFlags(Field field) Set<? extends Annotation> ClassPool.getFieldAnnotations(Field field) ClassPool.getFieldHiddenApiRestrictions(Field field) intFieldPool.getFieldIndex(Field field) -
Uses of Field in org.jf.dexlib2.writer.util
Fields in org.jf.dexlib2.writer.util with type parameters of type FieldModifier and TypeFieldDescriptionprivate static final com.google.common.base.Function<Field, EncodedValue> StaticInitializerUtil.GET_INITIAL_VALUEprivate static final com.google.common.base.Predicate<Field> StaticInitializerUtil.HAS_INITIALIZERMethod parameters in org.jf.dexlib2.writer.util with type arguments of type FieldModifier and TypeMethodDescriptionstatic ArrayEncodedValueStaticInitializerUtil.getStaticInitializers(SortedSet<? extends Field> sortedStaticFields)