Uses of Class
com.pnfsoftware.jeb.core.output.code.coordinates.IdentifierCoordinates
Packages that use IdentifierCoordinates
Package
Description
This package and sub-packages contain all types used by Android code analysis plugins.
Types used to manipulate
dexdec
-generated (Dex decompiler) Java Abstract Syntax Tree
(AST) objects.-
Uses of IdentifierCoordinates in com.pnfsoftware.jeb.core.units.code.android
Methods in com.pnfsoftware.jeb.core.units.code.android that return types with arguments of type IdentifierCoordinatesModifier and TypeMethodDescriptionIDexUnit.getRenamedIdentifiers()
Retrieve a map of renamed identifiers. -
Uses of IdentifierCoordinates in com.pnfsoftware.jeb.core.units.code.java
Methods in com.pnfsoftware.jeb.core.units.code.java that return IdentifierCoordinatesModifier and TypeMethodDescriptionIJavaDefinition.getCoordinates()
Retrieve the coordinates specifying where the location of the identifier definition.Methods in com.pnfsoftware.jeb.core.units.code.java with parameters of type IdentifierCoordinatesModifier and TypeMethodDescriptionlong
IDynamicContentManager.getIdentifierId
(IdentifierCoordinates coordinates) IDynamicContentManager.getIdentifierName
(IdentifierCoordinates coordinates)