Uses of Class
jadx.api.plugins.input.data.annotations.EncodedValue
Packages that use EncodedValue
Package
Description
-
Uses of EncodedValue in jadx.api.plugins.input.data
Methods in jadx.api.plugins.input.data that return types with arguments of type EncodedValue -
Uses of EncodedValue in jadx.api.plugins.input.data.annotations
Fields in jadx.api.plugins.input.data.annotations declared as EncodedValueFields in jadx.api.plugins.input.data.annotations with type parameters of type EncodedValueMethods in jadx.api.plugins.input.data.annotations that return EncodedValueMethods in jadx.api.plugins.input.data.annotations that return types with arguments of type EncodedValueConstructor parameters in jadx.api.plugins.input.data.annotations with type arguments of type EncodedValueModifierConstructorDescriptionJadxAnnotation(AnnotationVisibility visibility, String type, Map<String, EncodedValue> values) -
Uses of EncodedValue in jadx.api.plugins.input.data.attributes
Fields in jadx.api.plugins.input.data.attributes with type parameters of type EncodedValueModifier and TypeFieldDescriptionstatic final JadxAttrType<EncodedValue> JadxAttrType.CONSTANT_VALUE -
Uses of EncodedValue in jadx.api.plugins.input.data.attributes.types
Fields in jadx.api.plugins.input.data.attributes.types declared as EncodedValueFields in jadx.api.plugins.input.data.attributes.types with type parameters of type EncodedValueModifier and TypeFieldDescriptionprivate final Map<String, EncodedValue> AnnotationDefaultClassAttr.valuesMethods in jadx.api.plugins.input.data.attributes.types that return EncodedValueMethods in jadx.api.plugins.input.data.attributes.types that return types with arguments of type EncodedValueConstructors in jadx.api.plugins.input.data.attributes.types with parameters of type EncodedValueConstructor parameters in jadx.api.plugins.input.data.attributes.types with type arguments of type EncodedValue -
Uses of EncodedValue in jadx.api.plugins.input.data.impl
Fields in jadx.api.plugins.input.data.impl with type parameters of type EncodedValueMethods in jadx.api.plugins.input.data.impl that return types with arguments of type EncodedValueConstructor parameters in jadx.api.plugins.input.data.impl with type arguments of type EncodedValue -
Uses of EncodedValue in jadx.core.codegen
Methods in jadx.core.codegen that return EncodedValueMethods in jadx.core.codegen with parameters of type EncodedValueModifier and TypeMethodDescriptionvoidAnnotationGen.encodeValue(RootNode root, ICodeWriter code, EncodedValue encodedValue) -
Uses of EncodedValue in jadx.core.dex.instructions
Fields in jadx.core.dex.instructions with type parameters of type EncodedValueMethods in jadx.core.dex.instructions that return types with arguments of type EncodedValueMethod parameters in jadx.core.dex.instructions with type arguments of type EncodedValueModifier and TypeMethodDescriptionvoidInvokeCustomRawNode.setCallSiteValues(List<EncodedValue> callSiteValues) -
Uses of EncodedValue in jadx.core.dex.instructions.invokedynamic
Methods in jadx.core.dex.instructions.invokedynamic with parameters of type EncodedValueModifier and TypeMethodDescriptionprivate static InsnArgCustomStringConcat.buildInsnArgFromEncodedValue(EncodedValue encodedValue) Method parameters in jadx.core.dex.instructions.invokedynamic with type arguments of type EncodedValueModifier and TypeMethodDescriptionstatic InsnNodeCustomRawCall.build(MethodNode mth, InsnData insn, boolean isRange, List<EncodedValue> values) CustomRawCall.buildArgs(MethodNode mth, List<EncodedValue> values) static InvokeCustomNodeCustomLambdaCall.buildLambdaMethodCall(MethodNode mth, InsnData insn, boolean isRange, List<EncodedValue> values) private static @NotNull InvokeCustomNodeCustomLambdaCall.buildMethodCall(MethodNode mth, InsnData insn, boolean isRange, List<EncodedValue> values, IMethodHandle callMthHandle) static InsnNodeCustomStringConcat.buildStringConcat(InsnData insn, boolean isRange, List<EncodedValue> values) static booleanCustomLambdaCall.isLambdaInvoke(List<EncodedValue> values) Expect LambdaMetafactory.metafactory methodstatic booleanCustomStringConcat.isStringConcat(List<EncodedValue> values) private static voidCustomStringConcat.processRecipe(String recipe, InsnNode concat, List<EncodedValue> values, InsnData insn) -
Uses of EncodedValue in jadx.core.dex.visitors
Methods in jadx.core.dex.visitors that return EncodedValueModifier and TypeMethodDescriptionprivate EncodedValueModVisitor.replaceConstValue(ClassNode parentCls, EncodedValue encodedValue) Methods in jadx.core.dex.visitors with parameters of type EncodedValueModifier and TypeMethodDescriptionprivate voidPrepareForCodeGen.checkEncodedValue(MethodNode mth, EncodedValue encodedValue) private EncodedValueModVisitor.replaceConstValue(ClassNode parentCls, EncodedValue encodedValue) -
Uses of EncodedValue in jadx.core.dex.visitors.usage
Methods in jadx.core.dex.visitors.usage with parameters of type EncodedValueModifier and TypeMethodDescriptionprivate static voidUsageInfoVisitor.processAnnotationValue(ICodeNode node, EncodedValue value, UsageInfo usageInfo) -
Uses of EncodedValue in jadx.core.utils
Methods in jadx.core.utils with parameters of type EncodedValueModifier and TypeMethodDescriptionstatic @Nullable ObjectEncodedValueUtils.convertToConstValue(EncodedValue encodedValue) Return constant literal fromjadx.api.plugins.input.data.annotations.EncodedValuestatic InsnArgEncodedValueUtils.convertToInsnArg(RootNode root, EncodedValue value) -
Uses of EncodedValue in jadx.plugins.input.dex.sections
Fields in jadx.plugins.input.dex.sections declared as EncodedValueMethods in jadx.plugins.input.dex.sections that return types with arguments of type EncodedValueModifier and TypeMethodDescriptionprivate List<EncodedValue> DexClassData.getStaticFieldInitValues(SectionReader reader) Methods in jadx.plugins.input.dex.sections with parameters of type EncodedValue -
Uses of EncodedValue in jadx.plugins.input.dex.sections.annotations
Methods in jadx.plugins.input.dex.sections.annotations that return EncodedValueModifier and TypeMethodDescriptionAnnotationsParser.parseEncodedValue(SectionReader in) (package private) static EncodedValueEncodedValueParser.parseValue(SectionReader in, SectionReader ext) Methods in jadx.plugins.input.dex.sections.annotations that return types with arguments of type EncodedValueModifier and TypeMethodDescriptionstatic List<EncodedValue> AnnotationsUtils.getArray(IAnnotation ann, String name) AnnotationsParser.parseEncodedArray(SectionReader in) static List<EncodedValue> EncodedValueParser.parseEncodedArray(SectionReader in, SectionReader ext)