# Class: com.pnfsoftware.jeb.core.output.code.coordinates.InstructionCoordinates

Instruction coordinates for bytecode code units.

## Constructor: InstructionCoordinates
- parameter: `methodId`, type: `int`
- parameter: `offset`, type: `int`


## Method: equals
- parameter: `obj`, type: `java.lang.Object`
- return type: `boolean`


## Method: getMethodId
- return type: `int`


## Method: getOffset
- return type: `int`


## Method: hashCode
- return type: `int`


## Method: toString
- return type: `java.lang.String`


