public class

InstructionCoordinates

extends Object
implements ICodeCoordinates
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.output.code.coordinates.InstructionCoordinates

Class Overview

Instruction coordinates for bytecode code units.

Summary

Public Constructors
InstructionCoordinates(int methodId, int offset)
Public Methods
boolean equals(Object obj)
int getMethodId()
int getOffset()
int hashCode()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.pnfsoftware.jeb.core.output.code.coordinates.ICodeCoordinates

Public Constructors

public InstructionCoordinates (int methodId, int offset)

Public Methods

public boolean equals (Object obj)

public int getMethodId ()

public int getOffset ()

public int hashCode ()

public String toString ()