Uses of Class
org.jf.dexlib2.immutable.ImmutableField
Packages that use ImmutableField
-
Uses of ImmutableField in org.jf.dexlib2.immutable
Fields in org.jf.dexlib2.immutable with type parameters of type ImmutableFieldModifier and TypeFieldDescriptionprivate static final ImmutableConverter<ImmutableField, Field> ImmutableField.CONVERTERprotected final com.google.common.collect.ImmutableSortedSet<? extends ImmutableField> ImmutableClassDef.instanceFieldsprotected final com.google.common.collect.ImmutableSortedSet<? extends ImmutableField> ImmutableClassDef.staticFieldsMethods in org.jf.dexlib2.immutable that return ImmutableFieldMethods in org.jf.dexlib2.immutable that return types with arguments of type ImmutableFieldModifier and TypeMethodDescriptionCollection<? extends ImmutableField> ImmutableClassDef.getFields()com.google.common.collect.ImmutableSet<? extends ImmutableField> ImmutableClassDef.getInstanceFields()com.google.common.collect.ImmutableSet<? extends ImmutableField> ImmutableClassDef.getStaticFields()static com.google.common.collect.ImmutableSortedSet<ImmutableField> ImmutableField.immutableSetOf(Iterable<? extends Field> list) Constructor parameters in org.jf.dexlib2.immutable with type arguments of type ImmutableFieldModifierConstructorDescriptionImmutableClassDef(String type, int accessFlags, String superclass, com.google.common.collect.ImmutableList<String> interfaces, String sourceFile, com.google.common.collect.ImmutableSet<? extends ImmutableAnnotation> annotations, com.google.common.collect.ImmutableSortedSet<? extends ImmutableField> staticFields, com.google.common.collect.ImmutableSortedSet<? extends ImmutableField> instanceFields, com.google.common.collect.ImmutableSortedSet<? extends ImmutableMethod> directMethods, com.google.common.collect.ImmutableSortedSet<? extends ImmutableMethod> virtualMethods)