Class ObjectLocation
java.lang.Object
com.pnfsoftware.jeb.core.output.text.ObjectLocation
- All Implemented Interfaces:
IObjectLocation
Simple implementation of
IObjectLocation
.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
int
int
int
-
Field Details
-
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
-
getObject
- Specified by:
getObject
in interfaceIObjectLocation
-
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
-