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:
getObjectin interfaceIObjectLocation
-
getDepth
public int getDepth() -
getLineBegin
public int getLineBegin()- Specified by:
getLineBeginin interfaceIObjectLocation
-
getLineEnd
public int getLineEnd()- Specified by:
getLineEndin interfaceIObjectLocation
-
getColumnBegin
public int getColumnBegin()- Specified by:
getColumnBeginin interfaceIObjectLocation
-
getColumnEnd
public int getColumnEnd()- Specified by:
getColumnEndin interfaceIObjectLocation
-