Class ObjectLocation

java.lang.Object
com.pnfsoftware.jeb.core.output.text.ObjectLocation
All Implemented Interfaces:
IObjectLocation

public class ObjectLocation extends Object implements IObjectLocation
Simple implementation of IObjectLocation.
  • Field Details

    • lineBegin

      public int lineBegin
    • lineEnd

      public int lineEnd
  • Constructor Details

    • ObjectLocation

      public ObjectLocation(Object object, int depth, int lineBegin, int columnBegin)
  • Method Details