Class ObjectLocation
java.lang.Object
com.pnfsoftware.jeb.core.output.text.ObjectLocation
- All Implemented Interfaces:
IObjectLocation
Simple implementation of
IObjectLocation
.-
Field Details
-
lineBegin
public int lineBegin -
lineEnd
public int lineEnd
-
-
Constructor Details
-
ObjectLocation
-
-
Method Details
-
setEnd
public void setEnd(int lineEnd, int columnEnd) -
getObject
- Specified by:
getObject
in interfaceIObjectLocation
-
getDepth
public int getDepth() -
getLineBegin
public int getLineBegin()- Specified by:
getLineBegin
in interfaceIObjectLocation
-
getLineEnd
public int getLineEnd()- Specified by:
getLineEnd
in interfaceIObjectLocation
-
getColumnBegin
public int getColumnBegin()- Specified by:
getColumnBegin
in interfaceIObjectLocation
-
getColumnEnd
public int getColumnEnd()- Specified by:
getColumnEnd
in interfaceIObjectLocation
-