public class

IdentifierCoordinates

extends Object
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.output.code.coordinates.IdentifierCoordinates

Class Overview

Identifier coordinates for bytecode code units. To be removed from API.

Summary

Public Constructors
IdentifierCoordinates(ICodeCoordinates base, int varindex)
Public Methods
boolean equals(Object obj)
ICodeCoordinates getBase()
int getVariableIndex()
int hashCode()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public IdentifierCoordinates (ICodeCoordinates base, int varindex)

Public Methods

public boolean equals (Object obj)

public ICodeCoordinates getBase ()

public int getVariableIndex ()

public int hashCode ()

public String toString ()