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

    • object

      public Object object
    • depth

      public int depth
    • lineBegin

      public int lineBegin
    • columnBegin

      public int columnBegin
    • lineEnd

      public int lineEnd
    • columnEnd

      public int columnEnd
  • Constructor Details

    • ObjectLocation

      public ObjectLocation()
  • Method Details