Package org.jf.dexlib2.dexbacked.raw
Class ProtoIdItem
- java.lang.Object
-
- org.jf.dexlib2.dexbacked.raw.ProtoIdItem
-
public class ProtoIdItem extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
ITEM_SIZE
static int
PARAMETERS_OFFSET
static int
RETURN_TYPE_OFFSET
static int
SHORTY_OFFSET
-
Constructor Summary
Constructors Constructor Description ProtoIdItem()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
asString(DexBackedDexFile dexFile, int protoIndex)
static java.lang.String[]
getProtos(DexBackedDexFile dexFile)
static java.lang.String
getReferenceAnnotation(DexBackedDexFile dexFile, int protoIndex)
static SectionAnnotator
makeAnnotator(DexAnnotator annotator, MapItem mapItem)
-
-
-
Field Detail
-
ITEM_SIZE
public static final int ITEM_SIZE
- See Also:
- Constant Field Values
-
SHORTY_OFFSET
public static final int SHORTY_OFFSET
- See Also:
- Constant Field Values
-
RETURN_TYPE_OFFSET
public static final int RETURN_TYPE_OFFSET
- See Also:
- Constant Field Values
-
PARAMETERS_OFFSET
public static final int PARAMETERS_OFFSET
- See Also:
- Constant Field Values
-
-
Method Detail
-
makeAnnotator
@Nonnull public static SectionAnnotator makeAnnotator(@Nonnull DexAnnotator annotator, @Nonnull MapItem mapItem)
-
getReferenceAnnotation
@Nonnull public static java.lang.String getReferenceAnnotation(@Nonnull DexBackedDexFile dexFile, int protoIndex)
-
asString
@Nonnull public static java.lang.String asString(@Nonnull DexBackedDexFile dexFile, int protoIndex)
-
getProtos
public static java.lang.String[] getProtos(@Nonnull DexBackedDexFile dexFile)
-
-