JEB API Documentation
Package Index
|
Class Index
com.pnfsoftware.jeb.client.api
com.pnfsoftware.jeb.core
com.pnfsoftware.jeb.core.actions
com.pnfsoftware.jeb.core.dao
com.pnfsoftware.jeb.core.dao.impl
com.pnfsoftware.jeb.core.events
com.pnfsoftware.jeb.core.exceptions
com.pnfsoftware.jeb.core.input
com.pnfsoftware.jeb.core.output
com.pnfsoftware.jeb.core.output.code
com.pnfsoftware.jeb.core.output.code.coordinates
com.pnfsoftware.jeb.core.output.graph
com.pnfsoftware.jeb.core.output.graph.impl
com.pnfsoftware.jeb.core.output.table
com.pnfsoftware.jeb.core.output.table.impl
com.pnfsoftware.jeb.core.output.text
com.pnfsoftware.jeb.core.output.text.impl
com.pnfsoftware.jeb.core.output.tree
com.pnfsoftware.jeb.core.output.tree.impl
com.pnfsoftware.jeb.core.properties
com.pnfsoftware.jeb.core.properties.impl
com.pnfsoftware.jeb.core.units
com.pnfsoftware.jeb.core.units.code
com.pnfsoftware.jeb.core.units.code.android
com.pnfsoftware.jeb.core.units.code.android.dex
com.pnfsoftware.jeb.core.units.code.asm
com.pnfsoftware.jeb.core.units.code.asm.processor
com.pnfsoftware.jeb.core.units.code.controlflow
com.pnfsoftware.jeb.core.units.code.debug
com.pnfsoftware.jeb.core.units.code.debug.impl
com.pnfsoftware.jeb.core.units.code.java
com.pnfsoftware.jeb.core.units.codeobject
com.pnfsoftware.jeb.core.units.impl
com.pnfsoftware.jeb.core.util
com.pnfsoftware.jeb.util
com.pnfsoftware.jeb.util.events
com.pnfsoftware.jeb.util.events2
com.pnfsoftware.jeb.util.events2.impl
com.pnfsoftware.jeb.util.logging
com.pnfsoftware.jeb.util.serialization
Interfaces
ICodeCoordinates
Classes
ClassCoordinates
CodeCoordinatesUtil
FieldCoordinates
IdentifierCoordinates
InstructionCoordinates
MethodCoordinates
Package Index
|
Class Index
Summary: |
[Expand All]
public interface
ICodeCoordinates
com.pnfsoftware.jeb.core.output.code.coordinates.ICodeCoordinates
Known Indirect Subclasses
ClassCoordinates
,
FieldCoordinates
,
InstructionCoordinates
,
MethodCoordinates
ClassCoordinates
Class coordinates for bytecode code units.
FieldCoordinates
Field coordinates for bytecode code units.
InstructionCoordinates
Instruction coordinates for bytecode code units.
MethodCoordinates
Method coordinates for bytecode code units.
Class Overview
Tagging interface for code item coordinates for bytecode code units. To be removed from API.