Class MethodCoordinates

java.lang.Object
com.pnfsoftware.jeb.core.output.code.coordinates.MethodCoordinates
All Implemented Interfaces:
ICodeCoordinates

@Ser public class MethodCoordinates extends Object implements ICodeCoordinates
Method coordinates for code units.
  • Constructor Details

    • MethodCoordinates

      public MethodCoordinates(int methodId)
    • MethodCoordinates

      public MethodCoordinates(int methodId, boolean endFlag)
  • Method Details

    • getMethodId

      public int getMethodId()
    • isEndFlag

      public boolean isEndFlag()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Description copied from interface: ICodeCoordinates
      Get a textual representation of these coordinates.
      Specified by:
      toString in interface ICodeCoordinates
      Overrides:
      toString in class Object
      Returns:
      an implementation-defined string form